Color Hex Logo

#aaa477 Color Hex

#AAA477
(170,164,119)
0 Favorites   0 Comments

Color spaces of #aaa477

RGB 170164119
HSL0.150.230.57
HSV53°30°67°
CMYK 0.000.040.30   0.33
XYZ33.182836.428922.7353
Yxy36.42890.35930.3945
Hunter Lab60.3564-7.487719.9158
CIE-Lab66.8463-5.027024.1860

#aaa477 color RGB value is (170,164,119).

#aaa477 hex color red value is 170, green value is 164 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #aaa477 hue: 0.15 , saturation: 0.23 and the lightness value of aaa477 is 0.57.

The process color (four color CMYK) of #aaa477 color hex is 0.00, 0.04, 0.30, 0.33. Web safe color of #aaa477 is #999966. Color #aaa477 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100100 01110111
Octal 252 244 167
Decimal 170 164 119
Hex AA A4 77

RGB Percentages of Color #aaa477

%37.53
%36.20
%26.27

CMYK Percentages of Color #aaa477

%0
%4
%30
%33

Triadic Colors of #aaa477

#aaa477 #77aaa4 #a477aa

Analogous Colors of #aaa477

#aaa477 #97aa77 #aa8b77

Monochromatic Colors of #aaa477

#aaa477

Complementary Color

#aaa477 #777daa

#aaa477 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa477 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa477 Color CSS Codes

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

#aaa477 Text Font Color

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

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


#aaa477 Background Color

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

This div background color is #aaa477


#aaa477 Border Color

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

This div border color is #aaa477


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa477


Comments

No comments written yet.

Please login to write comment.