Color Hex Logo

#aa322e Color Hex

#AA322E
(170,50,46)
0 Favorites   0 Comments

Color spaces of #aa322e

RGB 1705046
HSL0.010.570.42
HSV73°67°
CMYK 0.000.710.73   0.33
XYZ18.211311.02453.7529
Yxy11.02450.55200.3342
Hunter Lab33.203239.798316.5408
CIE-Lab39.621748.502330.8118

#aa322e color RGB value is (170,50,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00110010 00101110
Octal 252 62 56
Decimal 170 50 46
Hex AA 32 2E

RGB Percentages of Color #aa322e

%63.91
%18.80
%17.29

CMYK Percentages of Color #aa322e

%0
%71
%73
%33

Triadic Colors of #aa322e

#aa322e #2eaa32 #322eaa

Analogous Colors of #aa322e

#aa322e #aa702e #aa2e68

Monochromatic Colors of #aa322e

#aa322e

Complementary Color

#aa322e #2ea6aa

#aa322e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa322e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa322e Color CSS Codes

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

#aa322e Text Font Color

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

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


#aa322e Background Color

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

This div background color is #aa322e


#aa322e Border Color

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

This div border color is #aa322e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa322e


Comments

No comments written yet.

Please login to write comment.