Color Hex Logo

#aaa03c Color Hex

#AAA03C
(170,160,60)
0 Favorites   0 Comments

Color spaces of #aaa03c

RGB 17016060
HSL0.150.480.45
HSV55°65°67°
CMYK 0.000.060.65   0.33
XYZ29.964034.01399.2610
Yxy34.01390.40910.4644
Hunter Lab58.3214-10.354031.4102
CIE-Lab64.9736-8.727951.6542

#aaa03c color RGB value is (170,160,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100000 00111100
Octal 252 240 74
Decimal 170 160 60
Hex AA A0 3C

RGB Percentages of Color #aaa03c

%43.59
%41.03
%15.38

CMYK Percentages of Color #aaa03c

%0
%6
%65
%33

Triadic Colors of #aaa03c

#aaa03c #3caaa0 #a03caa

Analogous Colors of #aaa03c

#aaa03c #7daa3c #aa693c

Monochromatic Colors of #aaa03c

#aaa03c

Complementary Color

#aaa03c #3c46aa

#aaa03c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa03c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa03c Color CSS Codes

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

#aaa03c Text Font Color

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

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


#aaa03c Background Color

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

This div background color is #aaa03c


#aaa03c Border Color

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

This div border color is #aaa03c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa03c


Comments

No comments written yet.

Please login to write comment.