Color Hex Logo

#aaac31 Color Hex

#AAAC31
(170,172,49)
0 Favorites   0 Comments

Color spaces of #aaac31

RGB 17017249
HSL0.170.560.43
HSV61°72°67°
CMYK 0.010.000.72   0.33
XYZ31.884538.27288.6126
Yxy38.27280.40480.4859
Hunter Lab61.8650-16.267035.0514
CIE-Lab68.2212-15.605959.3561

#aaac31 color RGB value is (170,172,49).

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

The process color (four color CMYK) of #aaac31 color hex is 0.01, 0.00, 0.72, 0.33. Web safe color of #aaac31 is #999933. Color #aaac31 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101100 00110001
Octal 252 254 61
Decimal 170 172 49
Hex AA AC 31

RGB Percentages of Color #aaac31

%43.48
%43.99
%12.53

CMYK Percentages of Color #aaac31

%1
%0
%72
%33

Triadic Colors of #aaac31

#aaac31 #31aaac #ac31aa

Analogous Colors of #aaac31

#aaac31 #6dac31 #ac7131

Monochromatic Colors of #aaac31

#aaac31

Complementary Color

#aaac31 #3331ac

#aaac31 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaac31 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaac31 Color CSS Codes

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

#aaac31 Text Font Color

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

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


#aaac31 Background Color

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

This div background color is #aaac31


#aaac31 Border Color

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

This div border color is #aaac31


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaac31


Comments

No comments written yet.

Please login to write comment.