Color Hex Logo

#aa851b Color Hex

#AA851B
(170,133,27)
0 Favorites   0 Comments

Color spaces of #aa851b

RGB 17013327
HSL0.120.730.39
HSV44°84°67°
CMYK 0.000.220.84   0.33
XYZ25.162925.40024.6134
Yxy25.40020.45600.4603
Hunter Lab50.39860.923529.8517
CIE-Lab57.46334.401456.9366

#aa851b color RGB value is (170,133,27).

#aa851b hex color red value is 170, green value is 133 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #aa851b hue: 0.12 , saturation: 0.73 and the lightness value of aa851b is 0.39.

The process color (four color CMYK) of #aa851b color hex is 0.00, 0.22, 0.84, 0.33. Web safe color of #aa851b is #999933. Color #aa851b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10000101 00011011
Octal 252 205 33
Decimal 170 133 27
Hex AA 85 1B

RGB Percentages of Color #aa851b

%51.52
%40.30
%8.18

CMYK Percentages of Color #aa851b

%0
%22
%84
%33

Triadic Colors of #aa851b

#aa851b #1baa85 #851baa

Analogous Colors of #aa851b

#aa851b #88aa1b #aa3e1b

Monochromatic Colors of #aa851b

#aa851b

Complementary Color

#aa851b #1b40aa

#aa851b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa851b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa851b Color CSS Codes

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

#aa851b Text Font Color

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

This sample text font color is #aa851b
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.


#aa851b Background Color

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

This div background color is #aa851b


#aa851b Border Color

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

This div border color is #aa851b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa851b


Comments

No comments written yet.

Please login to write comment.