Color Hex Logo

#aaa939 Color Hex

#AAA939
(170,169,57)
0 Favorites   0 Comments

Color spaces of #aaa939

RGB 17016957
HSL0.170.500.45
HSV59°66°67°
CMYK 0.000.010.66   0.33
XYZ31.504037.21749.3941
Yxy37.21740.40330.4764
Hunter Lab61.0061-14.581833.5744
CIE-Lab67.4398-13.625455.4870

#aaa939 color RGB value is (170,169,57).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101001 00111001
Octal 252 251 71
Decimal 170 169 57
Hex AA A9 39

RGB Percentages of Color #aaa939

%42.93
%42.68
%14.39

CMYK Percentages of Color #aaa939

%0
%1
%66
%33

Triadic Colors of #aaa939

#aaa939 #39aaa9 #a939aa

Analogous Colors of #aaa939

#aaa939 #73aa39 #aa7139

Monochromatic Colors of #aaa939

#aaa939

Complementary Color

#aaa939 #393aaa

#aaa939 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa939 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa939 Color CSS Codes

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

#aaa939 Text Font Color

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

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


#aaa939 Background Color

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

This div background color is #aaa939


#aaa939 Border Color

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

This div border color is #aaa939


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa939


Comments

No comments written yet.

Please login to write comment.