Color Hex Logo

#aaa033 Color Hex

#AAA033
(170,160,51)
0 Favorites   0 Comments

Color spaces of #aaa033

RGB 17016051
HSL0.150.540.43
HSV55°70°67°
CMYK 0.000.060.70   0.33
XYZ29.745933.92678.1127
Yxy33.92670.41440.4726
Hunter Lab58.2466-10.773732.5146
CIE-Lab64.9043-9.257155.3317

#aaa033 color RGB value is (170,160,51).

#aaa033 hex color red value is 170, green value is 160 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #aaa033 hue: 0.15 , saturation: 0.54 and the lightness value of aaa033 is 0.43.

The process color (four color CMYK) of #aaa033 color hex is 0.00, 0.06, 0.70, 0.33. Web safe color of #aaa033 is #999933. Color #aaa033 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100000 00110011
Octal 252 240 63
Decimal 170 160 51
Hex AA A0 33

RGB Percentages of Color #aaa033

%44.62
%41.99
%13.39

CMYK Percentages of Color #aaa033

%0
%6
%70
%33

Triadic Colors of #aaa033

#aaa033 #33aaa0 #a033aa

Analogous Colors of #aaa033

#aaa033 #79aa33 #aa6533

Monochromatic Colors of #aaa033

#aaa033

Complementary Color

#aaa033 #333daa

#aaa033 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa033 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa033 Color CSS Codes

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

#aaa033 Text Font Color

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

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


#aaa033 Background Color

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

This div background color is #aaa033


#aaa033 Border Color

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

This div border color is #aaa033


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa033


Comments

No comments written yet.

Please login to write comment.