Color Hex Logo

#aa473e Color Hex

#AA473E
(170,71,62)
0 Favorites   0 Comments

Color spaces of #aa473e

RGB 1707162
HSL0.010.470.45
HSV64°67°
CMYK 0.000.580.64   0.33
XYZ19.700313.40036.1056
Yxy13.40030.50250.3418
Hunter Lab36.606432.001215.7355
CIE-Lab43.360340.038825.7940

#aa473e color RGB value is (170,71,62).

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

The process color (four color CMYK) of #aa473e color hex is 0.00, 0.58, 0.64, 0.33. Web safe color of #aa473e is #993333. Color #aa473e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01000111 00111110
Octal 252 107 76
Decimal 170 71 62
Hex AA 47 3E

RGB Percentages of Color #aa473e

%56.11
%23.43
%20.46

CMYK Percentages of Color #aa473e

%0
%58
%64
%33

Triadic Colors of #aa473e

#aa473e #3eaa47 #473eaa

Analogous Colors of #aa473e

#aa473e #aa7d3e #aa3e6b

Monochromatic Colors of #aa473e

#aa473e

Complementary Color

#aa473e #3ea1aa

#aa473e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa473e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa473e Color CSS Codes

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

#aa473e Text Font Color

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

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


#aa473e Background Color

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

This div background color is #aa473e


#aa473e Border Color

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

This div border color is #aa473e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,71,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 #aa473e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa473e


Comments

No comments written yet.

Please login to write comment.