Color Hex Logo

#aa472e Color Hex

#AA472E
(170,71,46)
0 Favorites   0 Comments

Color spaces of #aa472e

RGB 1707146
HSL0.030.570.42
HSV12°73°67°
CMYK 0.000.580.73   0.33
XYZ19.323913.24984.1237
Yxy13.24980.52660.3611
Hunter Lab36.400331.060218.7634
CIE-Lab43.137239.103634.7964

#aa472e color RGB value is (170,71,46).

#aa472e hex color red value is 170, green value is 71 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #aa472e hue: 0.03 , saturation: 0.57 and the lightness value of aa472e is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01000111 00101110
Octal 252 107 56
Decimal 170 71 46
Hex AA 47 2E

RGB Percentages of Color #aa472e

%59.23
%24.74
%16.03

CMYK Percentages of Color #aa472e

%0
%58
%73
%33

Triadic Colors of #aa472e

#aa472e #2eaa47 #472eaa

Analogous Colors of #aa472e

#aa472e #aa852e #aa2e53

Monochromatic Colors of #aa472e

#aa472e

Complementary Color

#aa472e #2e91aa

#aa472e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa472e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa472e Color CSS Codes

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

#aa472e Text Font Color

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

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


#aa472e Background Color

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

This div background color is #aa472e


#aa472e Border Color

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

This div border color is #aa472e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa472e


Comments

No comments written yet.

Please login to write comment.