Color Hex Logo

#aaa33f Color Hex

#AAA33F
(170,163,63)
0 Favorites   0 Comments

Color spaces of #aaa33f

RGB 17016363
HSL0.160.460.46
HSV56°63°67°
CMYK 0.000.040.63   0.33
XYZ30.572035.09939.8662
Yxy35.09930.40470.4647
Hunter Lab59.2447-11.566931.5975
CIE-Lab65.8259-10.115451.2481

#aaa33f color RGB value is (170,163,63).

#aaa33f hex color red value is 170, green value is 163 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #aaa33f hue: 0.16 , saturation: 0.46 and the lightness value of aaa33f is 0.46.

The process color (four color CMYK) of #aaa33f color hex is 0.00, 0.04, 0.63, 0.33. Web safe color of #aaa33f is #999933. Color #aaa33f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100011 00111111
Octal 252 243 77
Decimal 170 163 63
Hex AA A3 3F

RGB Percentages of Color #aaa33f

%42.93
%41.16
%15.91

CMYK Percentages of Color #aaa33f

%0
%4
%63
%33

Triadic Colors of #aaa33f

#aaa33f #3faaa3 #a33faa

Analogous Colors of #aaa33f

#aaa33f #7caa3f #aa6e3f

Monochromatic Colors of #aaa33f

#aaa33f

Complementary Color

#aaa33f #3f46aa

#aaa33f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa33f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa33f Color CSS Codes

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

#aaa33f Text Font Color

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

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


#aaa33f Background Color

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

This div background color is #aaa33f


#aaa33f Border Color

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

This div border color is #aaa33f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa33f


Comments

No comments written yet.

Please login to write comment.