Color Hex Logo

#aaaf93 Color Hex

#AAAF93
(170,175,147)
0 Favorites   0 Comments

Color spaces of #aaaf93

RGB 170175147
HSL0.200.150.63
HSV71°16°69°
CMYK 0.030.000.16   0.31
XYZ37.174041.312633.6186
Yxy41.31260.33160.3685
Hunter Lab64.2749-9.243813.9811
CIE-Lab70.3944-6.735613.7787

#aaaf93 color RGB value is (170,175,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101111 10010011
Octal 252 257 223
Decimal 170 175 147
Hex AA AF 93

RGB Percentages of Color #aaaf93

%34.55
%35.57
%29.88

CMYK Percentages of Color #aaaf93

%3
%0
%16
%31

Triadic Colors of #aaaf93

#aaaf93 #93aaaf #af93aa

Analogous Colors of #aaaf93

#aaaf93 #9caf93 #afa693

Monochromatic Colors of #aaaf93

#aaaf93

Complementary Color

#aaaf93 #9893af

#aaaf93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaaf93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaaf93 Color CSS Codes

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

#aaaf93 Text Font Color

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

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


#aaaf93 Background Color

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

This div background color is #aaaf93


#aaaf93 Border Color

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

This div border color is #aaaf93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaaf93


Comments

No comments written yet.

Please login to write comment.