Color Hex Logo

#aa871b Color Hex

#AA871B
(170,135,27)
0 Favorites   0 Comments

Color spaces of #aa871b

RGB 17013527
HSL0.130.730.39
HSV45°84°67°
CMYK 0.000.210.84   0.33
XYZ25.439425.95314.7056
Yxy25.95310.45350.4626
Hunter Lab50.9442-0.016930.1844
CIE-Lab57.99253.292057.3876

#aa871b color RGB value is (170,135,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10000111 00011011
Octal 252 207 33
Decimal 170 135 27
Hex AA 87 1B

RGB Percentages of Color #aa871b

%51.20
%40.66
%8.13

CMYK Percentages of Color #aa871b

%0
%21
%84
%33

Triadic Colors of #aa871b

#aa871b #1baa87 #871baa

Analogous Colors of #aa871b

#aa871b #86aa1b #aa401b

Monochromatic Colors of #aa871b

#aa871b

Complementary Color

#aa871b #1b3eaa

#aa871b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa871b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa871b Color CSS Codes

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

#aa871b Text Font Color

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

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


#aa871b Background Color

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

This div background color is #aa871b


#aa871b Border Color

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

This div border color is #aa871b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,135,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 #aa871b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa871b


Comments

No comments written yet.

Please login to write comment.