Color Hex Logo

#aaaf92 Color Hex

#AAAF92
(170,175,146)
0 Favorites   0 Comments

Color spaces of #aaaf92

RGB 170175146
HSL0.200.150.63
HSV70°17°69°
CMYK 0.030.000.17   0.31
XYZ37.095841.281333.2071
Yxy41.28130.33240.3700
Hunter Lab64.2505-9.379314.3321
CIE-Lab70.3726-6.898114.2949

#aaaf92 color RGB value is (170,175,146).

#aaaf92 hex color red value is 170, green value is 175 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #aaaf92 hue: 0.20 , saturation: 0.15 and the lightness value of aaaf92 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101111 10010010
Octal 252 257 222
Decimal 170 175 146
Hex AA AF 92

RGB Percentages of Color #aaaf92

%34.62
%35.64
%29.74

CMYK Percentages of Color #aaaf92

%3
%0
%17
%31

Triadic Colors of #aaaf92

#aaaf92 #92aaaf #af92aa

Analogous Colors of #aaaf92

#aaaf92 #9caf92 #afa692

Monochromatic Colors of #aaaf92

#aaaf92

Complementary Color

#aaaf92 #9792af

#aaaf92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaaf92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaaf92 Color CSS Codes

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

#aaaf92 Text Font Color

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

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


#aaaf92 Background Color

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

This div background color is #aaaf92


#aaaf92 Border Color

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

This div border color is #aaaf92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaaf92


Comments

No comments written yet.

Please login to write comment.