Color Hex Logo

#aaa00c Color Hex

#AAA00C
(170,160,12)
0 Favorites   0 Comments

Color spaces of #aaa00c

RGB 17016012
HSL0.160.870.36
HSV56°93°67°
CMYK 0.000.060.93   0.33
XYZ29.214733.71425.3155
Yxy33.71420.42810.4940
Hunter Lab58.0639-11.800135.2170
CIE-Lab64.7351-10.560366.1028

#aaa00c color RGB value is (170,160,12).

#aaa00c hex color red value is 170, green value is 160 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #aaa00c hue: 0.16 , saturation: 0.87 and the lightness value of aaa00c is 0.36.

The process color (four color CMYK) of #aaa00c color hex is 0.00, 0.06, 0.93, 0.33. Web safe color of #aaa00c is #999900. Color #aaa00c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100000 00001100
Octal 252 240 14
Decimal 170 160 12
Hex AA A0 C

RGB Percentages of Color #aaa00c

%49.71
%46.78
%3.51

CMYK Percentages of Color #aaa00c

%0
%6
%93
%33

Triadic Colors of #aaa00c

#aaa00c #0caaa0 #a00caa

Analogous Colors of #aaa00c

#aaa00c #65aa0c #aa510c

Monochromatic Colors of #aaa00c

#aaa00c

Complementary Color

#aaa00c #0c16aa

#aaa00c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa00c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa00c Color CSS Codes

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

#aaa00c Text Font Color

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

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


#aaa00c Background Color

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

This div background color is #aaa00c


#aaa00c Border Color

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

This div border color is #aaa00c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa00c


Comments

No comments written yet.

Please login to write comment.