Color Hex Logo

#aa323f Color Hex

#AA323F
(170,50,63)
0 Favorites   0 Comments

Color spaces of #aa323f

RGB 1705063
HSL0.980.550.43
HSV354°71°67°
CMYK 0.000.710.63   0.33
XYZ18.615411.18615.8806
Yxy11.18610.52170.3135
Hunter Lab33.445640.820912.9872
CIE-Lab39.892249.453020.7666

#aa323f color RGB value is (170,50,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00110010 00111111
Octal 252 62 77
Decimal 170 50 63
Hex AA 32 3F

RGB Percentages of Color #aa323f

%60.07
%17.67
%22.26

CMYK Percentages of Color #aa323f

%0
%71
%63
%33

Triadic Colors of #aa323f

#aa323f #3faa32 #323faa

Analogous Colors of #aa323f

#aa323f #aa6132 #aa327b

Monochromatic Colors of #aa323f

#aa323f

Complementary Color

#aa323f #32aa9d

#aa323f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa323f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa323f Color CSS Codes

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

#aa323f Text Font Color

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

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


#aa323f Background Color

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

This div background color is #aa323f


#aa323f Border Color

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

This div border color is #aa323f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa323f


Comments

No comments written yet.

Please login to write comment.