Color Hex Logo

#aaa87d Color Hex

#AAA87D
(170,168,125)
0 Favorites   0 Comments

Color spaces of #aaa87d

RGB 170168125
HSL0.160.210.58
HSV57°26°67°
CMYK 0.000.010.26   0.33
XYZ34.281938.032024.9361
Yxy38.03200.35250.3911
Hunter Lab61.6701-8.696019.1953
CIE-Lab68.0442-6.345122.5400

#aaa87d color RGB value is (170,168,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101000 01111101
Octal 252 250 175
Decimal 170 168 125
Hex AA A8 7D

RGB Percentages of Color #aaa87d

%36.72
%36.29
%27.00

CMYK Percentages of Color #aaa87d

%0
%1
%26
%33

Triadic Colors of #aaa87d

#aaa87d #7daaa8 #a87daa

Analogous Colors of #aaa87d

#aaa87d #96aa7d #aa927d

Monochromatic Colors of #aaa87d

#aaa87d

Complementary Color

#aaa87d #7d7faa

#aaa87d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa87d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa87d Color CSS Codes

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

#aaa87d Text Font Color

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

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


#aaa87d Background Color

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

This div background color is #aaa87d


#aaa87d Border Color

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

This div border color is #aaa87d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,168,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 #aaa87d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa87d


Comments

No comments written yet.

Please login to write comment.