Color Hex Logo

#aaaf32 Color Hex

#AAAF32
(170,175,50)
0 Favorites   0 Comments

Color spaces of #aaaf32

RGB 17017550
HSL0.170.560.44
HSV62°71°69°
CMYK 0.030.000.71   0.31
XYZ32.483339.43638.9175
Yxy39.43630.40180.4878
Hunter Lab62.7983-17.565535.5395
CIE-Lab69.0661-17.086559.8115

#aaaf32 color RGB value is (170,175,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101111 00110010
Octal 252 257 62
Decimal 170 175 50
Hex AA AF 32

RGB Percentages of Color #aaaf32

%43.04
%44.30
%12.66

CMYK Percentages of Color #aaaf32

%3
%0
%71
%31

Triadic Colors of #aaaf32

#aaaf32 #32aaaf #af32aa

Analogous Colors of #aaaf32

#aaaf32 #6caf32 #af7632

Monochromatic Colors of #aaaf32

#aaaf32

Complementary Color

#aaaf32 #3732af

#aaaf32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaaf32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaaf32 Color CSS Codes

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

#aaaf32 Text Font Color

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

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


#aaaf32 Background Color

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

This div background color is #aaaf32


#aaaf32 Border Color

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

This div border color is #aaaf32


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaaf32


Comments

No comments written yet.

Please login to write comment.