Color Hex Logo

#aa8821 Color Hex

#AA8821
(170,136,33)
0 Favorites   0 Comments

Color spaces of #aa8821

RGB 17013633
HSL0.130.670.40
HSV45°81°67°
CMYK 0.000.200.81   0.33
XYZ25.656226.26425.1561
Yxy26.26420.44950.4602
Hunter Lab51.2486-0.324029.9089
CIE-Lab58.28702.935555.7235

#aa8821 color RGB value is (170,136,33).

#aa8821 hex color red value is 170, green value is 136 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #aa8821 hue: 0.13 , saturation: 0.67 and the lightness value of aa8821 is 0.40.

The process color (four color CMYK) of #aa8821 color hex is 0.00, 0.20, 0.81, 0.33. Web safe color of #aa8821 is #999933. Color #aa8821 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10001000 00100001
Octal 252 210 41
Decimal 170 136 33
Hex AA 88 21

RGB Percentages of Color #aa8821

%50.15
%40.12
%9.73

CMYK Percentages of Color #aa8821

%0
%20
%81
%33

Triadic Colors of #aa8821

#aa8821 #21aa88 #8821aa

Analogous Colors of #aa8821

#aa8821 #88aa21 #aa4421

Monochromatic Colors of #aa8821

#aa8821

Complementary Color

#aa8821 #2143aa

#aa8821 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa8821 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa8821 Color CSS Codes

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

#aa8821 Text Font Color

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

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


#aa8821 Background Color

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

This div background color is #aa8821


#aa8821 Border Color

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

This div border color is #aa8821


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa8821


Comments

No comments written yet.

Please login to write comment.