Color Hex Logo

#aaa31c Color Hex

#AAA31C
(170,163,28)
0 Favorites   0 Comments

Color spaces of #aaa31c

RGB 17016328
HSL0.160.720.39
HSV57°84°67°
CMYK 0.000.040.84   0.33
XYZ29.884434.82436.2453
Yxy34.82430.42120.4908
Hunter Lab59.0121-12.876835.0338
CIE-Lab65.6116-11.779763.5789

#aaa31c color RGB value is (170,163,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100011 00011100
Octal 252 243 34
Decimal 170 163 28
Hex AA A3 1C

RGB Percentages of Color #aaa31c

%47.09
%45.15
%7.76

CMYK Percentages of Color #aaa31c

%0
%4
%84
%33

Triadic Colors of #aaa31c

#aaa31c #1caaa3 #a31caa

Analogous Colors of #aaa31c

#aaa31c #6aaa1c #aa5c1c

Monochromatic Colors of #aaa31c

#aaa31c

Complementary Color

#aaa31c #1c23aa

#aaa31c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa31c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa31c Color CSS Codes

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

#aaa31c Text Font Color

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

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


#aaa31c Background Color

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

This div background color is #aaa31c


#aaa31c Border Color

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

This div border color is #aaa31c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa31c


Comments

No comments written yet.

Please login to write comment.