Color Hex Logo

#aaab85 Color Hex

#AAAB85
(170,171,133)
0 Favorites   0 Comments

Color spaces of #aaab85

RGB 170171133
HSL0.170.180.60
HSV62°22°67°
CMYK 0.010.000.22   0.33
XYZ35.374139.365327.9242
Yxy39.36530.34460.3834
Hunter Lab62.7418-9.159017.5313
CIE-Lab69.0151-6.789619.5095

#aaab85 color RGB value is (170,171,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101011 10000101
Octal 252 253 205
Decimal 170 171 133
Hex AA AB 85

RGB Percentages of Color #aaab85

%35.86
%36.08
%28.06

CMYK Percentages of Color #aaab85

%1
%0
%22
%33

Triadic Colors of #aaab85

#aaab85 #85aaab #ab85aa

Analogous Colors of #aaab85

#aaab85 #97ab85 #ab9985

Monochromatic Colors of #aaab85

#aaab85

Complementary Color

#aaab85 #8685ab

#aaab85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaab85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaab85 Color CSS Codes

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

#aaab85 Text Font Color

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

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


#aaab85 Background Color

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

This div background color is #aaab85


#aaab85 Border Color

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

This div border color is #aaab85


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaab85


Comments

No comments written yet.

Please login to write comment.