Color Hex Logo

#aa872e Color Hex

#AA872E
(170,135,46)
0 Favorites   0 Comments

Color spaces of #aa872e

RGB 17013546
HSL0.120.570.42
HSV43°73°67°
CMYK 0.000.210.73   0.33
XYZ25.734726.07136.2607
Yxy26.07130.44320.4490
Hunter Lab51.06010.610428.4722
CIE-Lab58.10474.050550.5725

#aa872e color RGB value is (170,135,46).

#aa872e hex color red value is 170, green value is 135 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #aa872e hue: 0.12 , saturation: 0.57 and the lightness value of aa872e is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10000111 00101110
Octal 252 207 56
Decimal 170 135 46
Hex AA 87 2E

RGB Percentages of Color #aa872e

%48.43
%38.46
%13.11

CMYK Percentages of Color #aa872e

%0
%21
%73
%33

Triadic Colors of #aa872e

#aa872e #2eaa87 #872eaa

Analogous Colors of #aa872e

#aa872e #8faa2e #aa492e

Monochromatic Colors of #aa872e

#aa872e

Complementary Color

#aa872e #2e51aa

#aa872e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa872e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa872e Color CSS Codes

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

#aa872e Text Font Color

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

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


#aa872e Background Color

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

This div background color is #aa872e


#aa872e Border Color

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

This div border color is #aa872e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa872e


Comments

No comments written yet.

Please login to write comment.