Color Hex Logo

#aaa87c Color Hex

#AAA87C
(170,168,124)
0 Favorites   0 Comments

Color spaces of #aaa87c

RGB 170168124
HSL0.160.210.58
HSV57°27°67°
CMYK 0.000.010.27   0.33
XYZ34.218338.006524.6013
Yxy38.00650.35340.3925
Hunter Lab61.6494-8.810619.4948
CIE-Lab68.0254-6.484423.0577

#aaa87c color RGB value is (170,168,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101000 01111100
Octal 252 250 174
Decimal 170 168 124
Hex AA A8 7C

RGB Percentages of Color #aaa87c

%36.80
%36.36
%26.84

CMYK Percentages of Color #aaa87c

%0
%1
%27
%33

Triadic Colors of #aaa87c

#aaa87c #7caaa8 #a87caa

Analogous Colors of #aaa87c

#aaa87c #95aa7c #aa917c

Monochromatic Colors of #aaa87c

#aaa87c

Complementary Color

#aaa87c #7c7eaa

#aaa87c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa87c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa87c Color CSS Codes

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

#aaa87c Text Font Color

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

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


#aaa87c Background Color

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

This div background color is #aaa87c


#aaa87c Border Color

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

This div border color is #aaa87c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa87c


Comments

No comments written yet.

Please login to write comment.