Color Hex Logo

#aaab81 Color Hex

#AAAB81
(170,171,129)
0 Favorites   0 Comments

Color spaces of #aaab81

RGB 170171129
HSL0.170.200.59
HSV61°25°67°
CMYK 0.010.000.25   0.33
XYZ35.102939.256826.4961
Yxy39.25680.34810.3892
Hunter Lab62.6552-9.641218.7857
CIE-Lab68.9369-7.374121.5789

#aaab81 color RGB value is (170,171,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101011 10000001
Octal 252 253 201
Decimal 170 171 129
Hex AA AB 81

RGB Percentages of Color #aaab81

%36.17
%36.38
%27.45

CMYK Percentages of Color #aaab81

%1
%0
%25
%33

Triadic Colors of #aaab81

#aaab81 #81aaab #ab81aa

Analogous Colors of #aaab81

#aaab81 #95ab81 #ab9781

Monochromatic Colors of #aaab81

#aaab81

Complementary Color

#aaab81 #8281ab

#aaab81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaab81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaab81 Color CSS Codes

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

#aaab81 Text Font Color

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

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


#aaab81 Background Color

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

This div background color is #aaab81


#aaab81 Border Color

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

This div border color is #aaab81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaab81

#aaab81 Color Palettes


Comments

No comments written yet.

Please login to write comment.