Color Hex Logo

#aaa85c Color Hex

#AAA85C
(170,168,92)
0 Favorites   0 Comments

Color spaces of #aaa85c

RGB 17016892
HSL0.160.310.51
HSV58°46°67°
CMYK 0.000.010.46   0.33
XYZ32.512037.324015.6159
Yxy37.32400.38050.4368
Hunter Lab61.0934-11.921227.6104
CIE-Lab67.5194-10.316639.3105

#aaa85c color RGB value is (170,168,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101000 01011100
Octal 252 250 134
Decimal 170 168 92
Hex AA A8 5C

RGB Percentages of Color #aaa85c

%39.53
%39.07
%21.40

CMYK Percentages of Color #aaa85c

%0
%1
%46
%33

Triadic Colors of #aaa85c

#aaa85c #5caaa8 #a85caa

Analogous Colors of #aaa85c

#aaa85c #85aa5c #aa815c

Monochromatic Colors of #aaa85c

#aaa85c

Complementary Color

#aaa85c #5c5eaa

#aaa85c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa85c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa85c Color CSS Codes

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

#aaa85c Text Font Color

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

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


#aaa85c Background Color

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

This div background color is #aaa85c


#aaa85c Border Color

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

This div border color is #aaa85c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa85c


Comments

No comments written yet.

Please login to write comment.