Color Hex Logo

#aaa931 Color Hex

#AAA931
(170,169,49)
0 Favorites   0 Comments

Color spaces of #aaa931

RGB 17016949
HSL0.170.550.43
HSV60°71°67°
CMYK 0.000.010.71   0.33
XYZ31.319937.14378.4245
Yxy37.14370.40730.4831
Hunter Lab60.9456-14.923934.4663
CIE-Lab67.3847-14.063258.5435

#aaa931 color RGB value is (170,169,49).

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

The process color (four color CMYK) of #aaa931 color hex is 0.00, 0.01, 0.71, 0.33. Web safe color of #aaa931 is #999933. Color #aaa931 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101001 00110001
Octal 252 251 61
Decimal 170 169 49
Hex AA A9 31

RGB Percentages of Color #aaa931

%43.81
%43.56
%12.63

CMYK Percentages of Color #aaa931

%0
%1
%71
%33

Triadic Colors of #aaa931

#aaa931 #31aaa9 #a931aa

Analogous Colors of #aaa931

#aaa931 #6faa31 #aa6d31

Monochromatic Colors of #aaa931

#aaa931

Complementary Color

#aaa931 #3132aa

#aaa931 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa931 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa931 Color CSS Codes

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

#aaa931 Text Font Color

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

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


#aaa931 Background Color

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

This div background color is #aaa931


#aaa931 Border Color

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

This div border color is #aaa931


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,169,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 #aaa931">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa931


Comments

No comments written yet.

Please login to write comment.