Color Hex Logo

#aaaf2c Color Hex

#AAAF2C
(170,175,44)
0 Favorites   0 Comments

Color spaces of #aaaf2c

RGB 17017544
HSL0.170.600.43
HSV62°75°69°
CMYK 0.030.000.75   0.31
XYZ32.362239.38788.2798
Yxy39.38780.40440.4922
Hunter Lab62.7597-17.785536.1097
CIE-Lab69.0313-17.371161.8731

#aaaf2c color RGB value is (170,175,44).

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

The process color (four color CMYK) of #aaaf2c color hex is 0.03, 0.00, 0.75, 0.31. Web safe color of #aaaf2c is #999933. Color #aaaf2c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101111 00101100
Octal 252 257 54
Decimal 170 175 44
Hex AA AF 2C

RGB Percentages of Color #aaaf2c

%43.70
%44.99
%11.31

CMYK Percentages of Color #aaaf2c

%3
%0
%75
%31

Triadic Colors of #aaaf2c

#aaaf2c #2caaaf #af2caa

Analogous Colors of #aaaf2c

#aaaf2c #69af2c #af732c

Monochromatic Colors of #aaaf2c

#aaaf2c

Complementary Color

#aaaf2c #312caf

#aaaf2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaaf2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaaf2c Color CSS Codes

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

#aaaf2c Text Font Color

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

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


#aaaf2c Background Color

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

This div background color is #aaaf2c


#aaaf2c Border Color

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

This div border color is #aaaf2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaaf2c


Comments

No comments written yet.

Please login to write comment.