Color Hex Logo

#aaab9f Color Hex

#AAAB9F
(170,171,159)
0 Favorites   0 Comments

Color spaces of #aaab9f

RGB 170171159
HSL0.180.070.65
HSV65°67°
CMYK 0.010.000.07   0.33
XYZ37.398540.175138.5843
Yxy40.17510.32200.3459
Hunter Lab63.3838-5.60108.2765
CIE-Lab69.5941-2.55136.0465

#aaab9f color RGB value is (170,171,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101011 10011111
Octal 252 253 237
Decimal 170 171 159
Hex AA AB 9F

RGB Percentages of Color #aaab9f

%34.00
%34.20
%31.80

CMYK Percentages of Color #aaab9f

%1
%0
%7
%33

Triadic Colors of #aaab9f

#aaab9f #9faaab #ab9faa

Analogous Colors of #aaab9f

#aaab9f #a4ab9f #aba69f

Monochromatic Colors of #aaab9f

#aaab9f

Complementary Color

#aaab9f #a09fab

#aaab9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaab9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaab9f Color CSS Codes

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

#aaab9f Text Font Color

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

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


#aaab9f Background Color

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

This div background color is #aaab9f


#aaab9f Border Color

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

This div border color is #aaab9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaab9f


Comments

No comments written yet.

Please login to write comment.