Color Hex Logo

#aaa97d Color Hex

#AAA97D
(170,169,125)
0 Favorites   0 Comments

Color spaces of #aaa97d

RGB 170169125
HSL0.160.210.58
HSV59°26°67°
CMYK 0.000.010.26   0.33
XYZ34.467238.402724.9979
Yxy38.40270.35220.3924
Hunter Lab61.9699-9.167019.4621
CIE-Lab68.3164-6.878222.9083

#aaa97d color RGB value is (170,169,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101001 01111101
Octal 252 251 175
Decimal 170 169 125
Hex AA A9 7D

RGB Percentages of Color #aaa97d

%36.64
%36.42
%26.94

CMYK Percentages of Color #aaa97d

%0
%1
%26
%33

Triadic Colors of #aaa97d

#aaa97d #7daaa9 #a97daa

Analogous Colors of #aaa97d

#aaa97d #95aa7d #aa937d

Monochromatic Colors of #aaa97d

#aaa97d

Complementary Color

#aaa97d #7d7eaa

#aaa97d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa97d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa97d Color CSS Codes

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

#aaa97d Text Font Color

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

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


#aaa97d Background Color

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

This div background color is #aaa97d


#aaa97d Border Color

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

This div border color is #aaa97d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa97d


Comments

No comments written yet.

Please login to write comment.