Color Hex Logo

#aaa35b Color Hex

#AAA35B
(170,163,91)
0 Favorites   0 Comments

Color spaces of #aaa35b

RGB 17016391
HSL0.150.320.51
HSV55°46°67°
CMYK 0.000.040.46   0.33
XYZ31.563135.495815.0853
Yxy35.49580.38420.4321
Hunter Lab59.5784-9.697326.6926
CIE-Lab66.1329-7.775838.1193

#aaa35b color RGB value is (170,163,91).

#aaa35b hex color red value is 170, green value is 163 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #aaa35b hue: 0.15 , saturation: 0.32 and the lightness value of aaa35b is 0.51.

The process color (four color CMYK) of #aaa35b color hex is 0.00, 0.04, 0.46, 0.33. Web safe color of #aaa35b is #999966. Color #aaa35b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100011 01011011
Octal 252 243 133
Decimal 170 163 91
Hex AA A3 5B

RGB Percentages of Color #aaa35b

%40.09
%38.44
%21.46

CMYK Percentages of Color #aaa35b

%0
%4
%46
%33

Triadic Colors of #aaa35b

#aaa35b #5baaa3 #a35baa

Analogous Colors of #aaa35b

#aaa35b #8aaa5b #aa7c5b

Monochromatic Colors of #aaa35b

#aaa35b

Complementary Color

#aaa35b #5b62aa

#aaa35b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa35b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa35b Color CSS Codes

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

#aaa35b Text Font Color

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

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


#aaa35b Background Color

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

This div background color is #aaa35b


#aaa35b Border Color

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

This div border color is #aaa35b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa35b


Comments

No comments written yet.

Please login to write comment.