Color Hex Logo

#aa973e Color Hex

#AA973E
(170,151,62)
0 Favorites   0 Comments

Color spaces of #aa973e

RGB 17015162
HSL0.140.470.45
HSV49°64°67°
CMYK 0.000.110.64   0.33
XYZ28.513731.02719.0434
Yxy31.02710.41570.4524
Hunter Lab55.7020-6.104829.3655
CIE-Lab62.5305-3.778648.1363

#aa973e color RGB value is (170,151,62).

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

The process color (four color CMYK) of #aa973e color hex is 0.00, 0.11, 0.64, 0.33. Web safe color of #aa973e is #999933. Color #aa973e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10010111 00111110
Octal 252 227 76
Decimal 170 151 62
Hex AA 97 3E

RGB Percentages of Color #aa973e

%44.39
%39.43
%16.19

CMYK Percentages of Color #aa973e

%0
%11
%64
%33

Triadic Colors of #aa973e

#aa973e #3eaa97 #973eaa

Analogous Colors of #aa973e

#aa973e #87aa3e #aa613e

Monochromatic Colors of #aa973e

#aa973e

Complementary Color

#aa973e #3e51aa

#aa973e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa973e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa973e Color CSS Codes

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

#aa973e Text Font Color

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

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


#aa973e Background Color

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

This div background color is #aa973e


#aa973e Border Color

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

This div border color is #aa973e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa973e


Comments

No comments written yet.

Please login to write comment.