Color Hex Logo

#aa905a Color Hex

#AA905A
(170,144,90)
0 Favorites   0 Comments

Color spaces of #aa905a

RGB 17014490
HSL0.110.320.51
HSV41°47°67°
CMYK 0.000.150.47   0.33
XYZ28.396329.230813.8183
Yxy29.23080.39750.4091
Hunter Lab54.0655-0.862922.6923
CIE-Lab60.98482.423932.2257

#aa905a color RGB value is (170,144,90).

#aa905a hex color red value is 170, green value is 144 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #aa905a hue: 0.11 , saturation: 0.32 and the lightness value of aa905a is 0.51.

The process color (four color CMYK) of #aa905a color hex is 0.00, 0.15, 0.47, 0.33. Web safe color of #aa905a is #999966. Color #aa905a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10010000 01011010
Octal 252 220 132
Decimal 170 144 90
Hex AA 90 5A

RGB Percentages of Color #aa905a

%42.08
%35.64
%22.28

CMYK Percentages of Color #aa905a

%0
%15
%47
%33

Triadic Colors of #aa905a

#aa905a #5aaa90 #905aaa

Analogous Colors of #aa905a

#aa905a #9caa5a #aa685a

Monochromatic Colors of #aa905a

#aa905a

Complementary Color

#aa905a #5a74aa

#aa905a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa905a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa905a Color CSS Codes

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

#aa905a Text Font Color

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

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


#aa905a Background Color

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

This div background color is #aa905a


#aa905a Border Color

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

This div border color is #aa905a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa905a

#aa905a Color Palettes


Comments

No comments written yet.

Please login to write comment.