Color Hex Logo

#aaab86 Color Hex

#AAAB86
(170,171,134)
0 Favorites   0 Comments

Color spaces of #aaab86

RGB 170171134
HSL0.170.180.60
HSV62°22°67°
CMYK 0.010.000.22   0.33
XYZ35.443539.393128.2898
Yxy39.39310.34370.3820
Hunter Lab62.7639-9.035917.2108
CIE-Lab69.0351-6.640818.9918

#aaab86 color RGB value is (170,171,134).

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

The process color (four color CMYK) of #aaab86 color hex is 0.01, 0.00, 0.22, 0.33. Web safe color of #aaab86 is #999999. Color #aaab86 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101011 10000110
Octal 252 253 206
Decimal 170 171 134
Hex AA AB 86

RGB Percentages of Color #aaab86

%35.79
%36.00
%28.21

CMYK Percentages of Color #aaab86

%1
%0
%22
%33

Triadic Colors of #aaab86

#aaab86 #86aaab #ab86aa

Analogous Colors of #aaab86

#aaab86 #98ab86 #ab9a86

Monochromatic Colors of #aaab86

#aaab86

Complementary Color

#aaab86 #8786ab

#aaab86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaab86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaab86 Color CSS Codes

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

#aaab86 Text Font Color

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

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


#aaab86 Background Color

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

This div background color is #aaab86


#aaab86 Border Color

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

This div border color is #aaab86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaab86


Comments

No comments written yet.

Please login to write comment.