Color Hex Logo

#aaa31b Color Hex

#AAA31B
(170,163,27)
0 Favorites   0 Comments

Color spaces of #aaa31b

RGB 17016327
HSL0.160.730.39
HSV57°84°67°
CMYK 0.000.040.84   0.33
XYZ29.872634.81966.1833
Yxy34.81960.42150.4913
Hunter Lab59.0081-12.899435.0929
CIE-Lab65.6080-11.808663.8287

#aaa31b color RGB value is (170,163,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100011 00011011
Octal 252 243 33
Decimal 170 163 27
Hex AA A3 1B

RGB Percentages of Color #aaa31b

%47.22
%45.28
%7.50

CMYK Percentages of Color #aaa31b

%0
%4
%84
%33

Triadic Colors of #aaa31b

#aaa31b #1baaa3 #a31baa

Analogous Colors of #aaa31b

#aaa31b #6aaa1b #aa5c1b

Monochromatic Colors of #aaa31b

#aaa31b

Complementary Color

#aaa31b #1b22aa

#aaa31b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa31b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa31b Color CSS Codes

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

#aaa31b Text Font Color

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

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


#aaa31b Background Color

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

This div background color is #aaa31b


#aaa31b Border Color

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

This div border color is #aaa31b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa31b


Comments

No comments written yet.

Please login to write comment.