Color Hex Logo

#aaa987 Color Hex

#AAA987
(170,169,135)
0 Favorites   0 Comments

Color spaces of #aaa987

RGB 170169135
HSL0.160.170.60
HSV58°21°67°
CMYK 0.000.010.21   0.33
XYZ35.138738.671328.5340
Yxy38.67130.34330.3779
Hunter Lab62.1863-7.963516.3253
CIE-Lab68.5125-5.422917.7247

#aaa987 color RGB value is (170,169,135).

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

The process color (four color CMYK) of #aaa987 color hex is 0.00, 0.01, 0.21, 0.33. Web safe color of #aaa987 is #999999. Color #aaa987 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101001 10000111
Octal 252 251 207
Decimal 170 169 135
Hex AA A9 87

RGB Percentages of Color #aaa987

%35.86
%35.65
%28.48

CMYK Percentages of Color #aaa987

%0
%1
%21
%33

Triadic Colors of #aaa987

#aaa987 #87aaa9 #a987aa

Analogous Colors of #aaa987

#aaa987 #9aaa87 #aa9887

Monochromatic Colors of #aaa987

#aaa987

Complementary Color

#aaa987 #8788aa

#aaa987 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa987 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa987 Color CSS Codes

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

#aaa987 Text Font Color

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

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


#aaa987 Background Color

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

This div background color is #aaa987


#aaa987 Border Color

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

This div border color is #aaa987


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa987


Comments

No comments written yet.

Please login to write comment.