Color Hex Logo

#aa953a Color Hex

#AA953A
(170,149,58)
0 Favorites   0 Comments

Color spaces of #aa953a

RGB 17014958
HSL0.140.490.45
HSV49°66°67°
CMYK 0.000.120.66   0.33
XYZ28.088730.34648.3800
Yxy30.34640.42040.4542
Hunter Lab55.0876-5.387629.5420
CIE-Lab61.9520-2.956249.3270

#aa953a color RGB value is (170,149,58).

#aa953a hex color red value is 170, green value is 149 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #aa953a hue: 0.14 , saturation: 0.49 and the lightness value of aa953a is 0.45.

The process color (four color CMYK) of #aa953a color hex is 0.00, 0.12, 0.66, 0.33. Web safe color of #aa953a is #999933. Color #aa953a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10010101 00111010
Octal 252 225 72
Decimal 170 149 58
Hex AA 95 3A

RGB Percentages of Color #aa953a

%45.09
%39.52
%15.38

CMYK Percentages of Color #aa953a

%0
%12
%66
%33

Triadic Colors of #aa953a

#aa953a #3aaa95 #953aaa

Analogous Colors of #aa953a

#aa953a #87aa3a #aa5d3a

Monochromatic Colors of #aa953a

#aa953a

Complementary Color

#aa953a #3a4faa

#aa953a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa953a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa953a Color CSS Codes

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

#aa953a Text Font Color

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

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


#aa953a Background Color

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

This div background color is #aa953a


#aa953a Border Color

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

This div border color is #aa953a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa953a


Comments

No comments written yet.

Please login to write comment.