Color Hex Logo

#aaa97e Color Hex

#AAA97E
(170,169,126)
0 Favorites   0 Comments

Color spaces of #aaa97e

RGB 170169126
HSL0.160.210.58
HSV59°26°67°
CMYK 0.000.010.26   0.33
XYZ34.531438.428325.3361
Yxy38.42830.35130.3909
Hunter Lab61.9906-9.051319.1610
CIE-Lab68.3351-6.737722.3908

#aaa97e color RGB value is (170,169,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101001 01111110
Octal 252 251 176
Decimal 170 169 126
Hex AA A9 7E

RGB Percentages of Color #aaa97e

%36.56
%36.34
%27.10

CMYK Percentages of Color #aaa97e

%0
%1
%26
%33

Triadic Colors of #aaa97e

#aaa97e #7eaaa9 #a97eaa

Analogous Colors of #aaa97e

#aaa97e #95aa7e #aa937e

Monochromatic Colors of #aaa97e

#aaa97e

Complementary Color

#aaa97e #7e7faa

#aaa97e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa97e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa97e Color CSS Codes

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

#aaa97e Text Font Color

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

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


#aaa97e Background Color

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

This div background color is #aaa97e


#aaa97e Border Color

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

This div border color is #aaa97e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa97e


Comments

No comments written yet.

Please login to write comment.