Color Hex Logo

#aaa084 Color Hex

#AAA084
(170,160,132)
0 Favorites   0 Comments

Color spaces of #aaa084

RGB 170160132
HSL0.120.180.59
HSV44°22°67°
CMYK 0.000.060.22   0.33
XYZ33.313235.353626.8979
Yxy35.35360.34860.3699
Hunter Lab59.4589-4.044414.7997
CIE-Lab66.0230-1.017715.9270

#aaa084 color RGB value is (170,160,132).

#aaa084 hex color red value is 170, green value is 160 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #aaa084 hue: 0.12 , saturation: 0.18 and the lightness value of aaa084 is 0.59.

The process color (four color CMYK) of #aaa084 color hex is 0.00, 0.06, 0.22, 0.33. Web safe color of #aaa084 is #999999. Color #aaa084 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100000 10000100
Octal 252 240 204
Decimal 170 160 132
Hex AA A0 84

RGB Percentages of Color #aaa084

%36.80
%34.63
%28.57

CMYK Percentages of Color #aaa084

%0
%6
%22
%33

Triadic Colors of #aaa084

#aaa084 #84aaa0 #a084aa

Analogous Colors of #aaa084

#aaa084 #a1aa84 #aa8d84

Monochromatic Colors of #aaa084

#aaa084

Complementary Color

#aaa084 #848eaa

#aaa084 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa084 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa084 Color CSS Codes

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

#aaa084 Text Font Color

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

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


#aaa084 Background Color

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

This div background color is #aaa084


#aaa084 Border Color

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

This div border color is #aaa084


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa084


Comments

No comments written yet.

Please login to write comment.