Color Hex Logo

#aaa787 Color Hex

#AAA787
(170,167,135)
0 Favorites   0 Comments

Color spaces of #aaa787

RGB 170167135
HSL0.150.170.60
HSV55°21°67°
CMYK 0.000.020.21   0.33
XYZ34.769537.932828.4109
Yxy37.93280.34390.3752
Hunter Lab61.5896-7.012315.7626
CIE-Lab67.9711-4.350416.9755

#aaa787 color RGB value is (170,167,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100111 10000111
Octal 252 247 207
Decimal 170 167 135
Hex AA A7 87

RGB Percentages of Color #aaa787

%36.02
%35.38
%28.60

CMYK Percentages of Color #aaa787

%0
%2
%21
%33

Triadic Colors of #aaa787

#aaa787 #87aaa7 #a787aa

Analogous Colors of #aaa787

#aaa787 #9caa87 #aa9687

Monochromatic Colors of #aaa787

#aaa787

Complementary Color

#aaa787 #878aaa

#aaa787 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa787 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa787 Color CSS Codes

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

#aaa787 Text Font Color

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

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


#aaa787 Background Color

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

This div background color is #aaa787


#aaa787 Border Color

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

This div border color is #aaa787


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa787


Comments

No comments written yet.

Please login to write comment.