Color Hex Logo

#aa323a Color Hex

#AA323A
(170,50,58)
0 Favorites   0 Comments

Color spaces of #aa323a

RGB 1705058
HSL0.990.550.43
HSV356°71°67°
CMYK 0.000.710.66   0.33
XYZ18.481911.13275.1777
Yxy11.13270.53120.3200
Hunter Lab33.365740.484614.1553
CIE-Lab39.803149.141223.7538

#aa323a color RGB value is (170,50,58).

#aa323a hex color red value is 170, green value is 50 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #aa323a hue: 0.99 , saturation: 0.55 and the lightness value of aa323a is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00110010 00111010
Octal 252 62 72
Decimal 170 50 58
Hex AA 32 3A

RGB Percentages of Color #aa323a

%61.15
%17.99
%20.86

CMYK Percentages of Color #aa323a

%0
%71
%66
%33

Triadic Colors of #aa323a

#aa323a #3aaa32 #323aaa

Analogous Colors of #aa323a

#aa323a #aa6632 #aa3276

Monochromatic Colors of #aa323a

#aa323a

Complementary Color

#aa323a #32aaa2

#aa323a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa323a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa323a Color CSS Codes

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

#aa323a Text Font Color

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

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


#aa323a Background Color

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

This div background color is #aa323a


#aa323a Border Color

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

This div border color is #aa323a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa323a


Comments

No comments written yet.

Please login to write comment.