Color Hex Logo

#aa872d Color Hex

#AA872D
(170,135,45)
0 Favorites   0 Comments

Color spaces of #aa872d

RGB 17013545
HSL0.120.580.42
HSV43°74°67°
CMYK 0.000.210.74   0.33
XYZ25.715226.06356.1580
Yxy26.06350.44380.4499
Hunter Lab51.05240.569028.5851
CIE-Lab58.09734.000750.9842

#aa872d color RGB value is (170,135,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10000111 00101101
Octal 252 207 55
Decimal 170 135 45
Hex AA 87 2D

RGB Percentages of Color #aa872d

%48.57
%38.57
%12.86

CMYK Percentages of Color #aa872d

%0
%21
%74
%33

Triadic Colors of #aa872d

#aa872d #2daa87 #872daa

Analogous Colors of #aa872d

#aa872d #8faa2d #aa492d

Monochromatic Colors of #aa872d

#aa872d

Complementary Color

#aa872d #2d50aa

#aa872d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa872d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa872d Color CSS Codes

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

#aa872d Text Font Color

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

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


#aa872d Background Color

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

This div background color is #aa872d


#aa872d Border Color

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

This div border color is #aa872d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa872d


Comments

No comments written yet.

Please login to write comment.