Color Hex Logo

#aa320a Color Hex

#AA320A
(170,50,10)
0 Favorites   0 Comments

Color spaces of #aa320a

RGB 1705010
HSL0.040.890.35
HSV15°94°67°
CMYK 0.000.710.94   0.33
XYZ17.773010.84921.4445
Yxy10.84920.59110.3608
Hunter Lab32.938138.674720.4565
CIE-Lab39.325347.448548.0426

#aa320a color RGB value is (170,50,10).

#aa320a hex color red value is 170, green value is 50 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #aa320a hue: 0.04 , saturation: 0.89 and the lightness value of aa320a is 0.35.

The process color (four color CMYK) of #aa320a color hex is 0.00, 0.71, 0.94, 0.33. Web safe color of #aa320a is #993300. Color #aa320a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00110010 00001010
Octal 252 62 12
Decimal 170 50 10
Hex AA 32 A

RGB Percentages of Color #aa320a

%73.91
%21.74
%4.35

CMYK Percentages of Color #aa320a

%0
%71
%94
%33

Triadic Colors of #aa320a

#aa320a #0aaa32 #320aaa

Analogous Colors of #aa320a

#aa320a #aa820a #aa0a32

Monochromatic Colors of #aa320a

#aa320a

Complementary Color

#aa320a #0a82aa

#aa320a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa320a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa320a Color CSS Codes

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

#aa320a Text Font Color

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

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


#aa320a Background Color

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

This div background color is #aa320a


#aa320a Border Color

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

This div border color is #aa320a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa320a


Comments

No comments written yet.

Please login to write comment.