Color Hex Logo

#aaaf81 Color Hex

#AAAF81
(170,175,129)
0 Favorites   0 Comments

Color spaces of #aaaf81

RGB 170175129
HSL0.180.220.60
HSV67°26°69°
CMYK 0.030.000.26   0.31
XYZ35.870040.791026.7518
Yxy40.79100.34690.3944
Hunter Lab63.8678-11.518019.8732
CIE-Lab70.0292-9.488223.0619

#aaaf81 color RGB value is (170,175,129).

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

The process color (four color CMYK) of #aaaf81 color hex is 0.03, 0.00, 0.26, 0.31. Web safe color of #aaaf81 is #999999. Color #aaaf81 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101111 10000001
Octal 252 257 201
Decimal 170 175 129
Hex AA AF 81

RGB Percentages of Color #aaaf81

%35.86
%36.92
%27.22

CMYK Percentages of Color #aaaf81

%3
%0
%26
%31

Triadic Colors of #aaaf81

#aaaf81 #81aaaf #af81aa

Analogous Colors of #aaaf81

#aaaf81 #93af81 #af9d81

Monochromatic Colors of #aaaf81

#aaaf81

Complementary Color

#aaaf81 #8681af

#aaaf81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaaf81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaaf81 Color CSS Codes

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

#aaaf81 Text Font Color

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

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


#aaaf81 Background Color

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

This div background color is #aaaf81


#aaaf81 Border Color

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

This div border color is #aaaf81


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,175,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 #aaaf81">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaaf81


Comments

No comments written yet.

Please login to write comment.