Color Hex Logo

#aa8221 Color Hex

#AA8221
(170,130,33)
0 Favorites   0 Comments

Color spaces of #aa8221

RGB 17013033
HSL0.120.670.40
HSV42°81°67°
CMYK 0.000.240.81   0.33
XYZ24.834724.62114.8823
Yxy24.62110.45700.4531
Hunter Lab49.61972.505128.8999
CIE-Lab56.70446.270754.2990

#aa8221 color RGB value is (170,130,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10000010 00100001
Octal 252 202 41
Decimal 170 130 33
Hex AA 82 21

RGB Percentages of Color #aa8221

%51.05
%39.04
%9.91

CMYK Percentages of Color #aa8221

%0
%24
%81
%33

Triadic Colors of #aa8221

#aa8221 #21aa82 #8221aa

Analogous Colors of #aa8221

#aa8221 #8eaa21 #aa3e21

Monochromatic Colors of #aa8221

#aa8221

Complementary Color

#aa8221 #2149aa

#aa8221 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa8221 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa8221 Color CSS Codes

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

#aa8221 Text Font Color

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

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


#aa8221 Background Color

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

This div background color is #aa8221


#aa8221 Border Color

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

This div border color is #aa8221


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa8221


Comments

No comments written yet.

Please login to write comment.