Color Hex Logo

#aaa97a Color Hex

#AAA97A
(170,169,122)
0 Favorites   0 Comments

Color spaces of #aaa97a

RGB 170169122
HSL0.160.220.57
HSV59°28°67°
CMYK 0.000.010.28   0.33
XYZ34.278438.327124.0036
Yxy38.32710.35480.3967
Hunter Lab61.9089-9.506720.3480
CIE-Lab68.2610-7.291824.4585

#aaa97a color RGB value is (170,169,122).

#aaa97a hex color red value is 170, green value is 169 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #aaa97a hue: 0.16 , saturation: 0.22 and the lightness value of aaa97a is 0.57.

The process color (four color CMYK) of #aaa97a color hex is 0.00, 0.01, 0.28, 0.33. Web safe color of #aaa97a is #999966. Color #aaa97a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101001 01111010
Octal 252 251 172
Decimal 170 169 122
Hex AA A9 7A

RGB Percentages of Color #aaa97a

%36.88
%36.66
%26.46

CMYK Percentages of Color #aaa97a

%0
%1
%28
%33

Triadic Colors of #aaa97a

#aaa97a #7aaaa9 #a97aaa

Analogous Colors of #aaa97a

#aaa97a #93aa7a #aa917a

Monochromatic Colors of #aaa97a

#aaa97a

Complementary Color

#aaa97a #7a7baa

#aaa97a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa97a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa97a Color CSS Codes

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

#aaa97a Text Font Color

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

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


#aaa97a Background Color

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

This div background color is #aaa97a


#aaa97a Border Color

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

This div border color is #aaa97a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa97a


Comments

No comments written yet.

Please login to write comment.