Color Hex Logo

#aaa331 Color Hex

#AAA331
(170,163,49)
0 Favorites   0 Comments

Color spaces of #aaa331

RGB 17016349
HSL0.160.550.43
HSV57°71°67°
CMYK 0.000.040.71   0.33
XYZ30.229134.96228.0609
Yxy34.96220.41270.4773
Hunter Lab59.1288-12.218933.3073
CIE-Lab65.7192-10.941256.9161

#aaa331 color RGB value is (170,163,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100011 00110001
Octal 252 243 61
Decimal 170 163 49
Hex AA A3 31

RGB Percentages of Color #aaa331

%44.50
%42.67
%12.83

CMYK Percentages of Color #aaa331

%0
%4
%71
%33

Triadic Colors of #aaa331

#aaa331 #31aaa3 #a331aa

Analogous Colors of #aaa331

#aaa331 #75aa31 #aa6731

Monochromatic Colors of #aaa331

#aaa331

Complementary Color

#aaa331 #3138aa

#aaa331 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa331 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa331 Color CSS Codes

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

#aaa331 Text Font Color

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

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


#aaa331 Background Color

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

This div background color is #aaa331


#aaa331 Border Color

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

This div border color is #aaa331


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa331


Comments

No comments written yet.

Please login to write comment.