Color Hex Logo

#aa863d Color Hex

#AA863D
(170,134,61)
0 Favorites   0 Comments

Color spaces of #aa863d

RGB 17013461
HSL0.110.470.45
HSV40°64°67°
CMYK 0.000.210.64   0.33
XYZ25.945025.93328.0530
Yxy25.93320.43290.4327
Hunter Lab50.92471.823726.2714
CIE-Lab57.97365.494243.5890

#aa863d color RGB value is (170,134,61).

#aa863d hex color red value is 170, green value is 134 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #aa863d hue: 0.11 , saturation: 0.47 and the lightness value of aa863d is 0.45.

The process color (four color CMYK) of #aa863d color hex is 0.00, 0.21, 0.64, 0.33. Web safe color of #aa863d is #999933. Color #aa863d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10000110 00111101
Octal 252 206 75
Decimal 170 134 61
Hex AA 86 3D

RGB Percentages of Color #aa863d

%46.58
%36.71
%16.71

CMYK Percentages of Color #aa863d

%0
%21
%64
%33

Triadic Colors of #aa863d

#aa863d #3daa86 #863daa

Analogous Colors of #aa863d

#aa863d #98aa3d #aa503d

Monochromatic Colors of #aa863d

#aa863d

Complementary Color

#aa863d #3d61aa

#aa863d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa863d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa863d Color CSS Codes

.mybgcolor {background-color:#aa863d; } 
.myforecolor {color:#aa863d; }
.mybordercolor {border:3px solid #aa863d; }

#aa863d Text Font Color

<p style="color:#aa863d">Text here</p>

This sample text font color is #aa863d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#aa863d Background Color

<div style="background-color:#aa863d">
Div content here</div>

This div background color is #aa863d


#aa863d Border Color

<div style="border:3px solid #aa863d">
Div here</div>

This div border color is #aa863d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(170,134,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #aa863d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #aa863d;
  -webkit-box-shadow: 1px 1px 3px 2px #aa863d;
  box-shadow:         1px 1px 3px 2px #aa863d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,134,61, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #aa863d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #aa863d;
  -webkit-box-shadow: 1px 1px 3px 2px #aa863d;
  box-shadow:         1px 1px 3px 2px #aa863d;">
Div content here</div>

This div box has shadow with color #aa863d


Comments

No comments written yet.

Please login to write comment.