Color Hex Logo

#aa310a Color Hex

#AA310A
(170,49,10)
0 Favorites   0 Comments

Color spaces of #aa310a

RGB 1704910
HSL0.040.890.35
HSV15°94°67°
CMYK 0.000.710.94   0.33
XYZ17.730710.76461.4304
Yxy10.76460.59250.3597
Hunter Lab32.809439.047420.3817
CIE-Lab39.181147.843047.9485

#aa310a color RGB value is (170,49,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00110001 00001010
Octal 252 61 12
Decimal 170 49 10
Hex AA 31 A

RGB Percentages of Color #aa310a

%74.24
%21.40
%4.37

CMYK Percentages of Color #aa310a

%0
%71
%94
%33

Triadic Colors of #aa310a

#aa310a #0aaa31 #310aaa

Analogous Colors of #aa310a

#aa310a #aa810a #aa0a33

Monochromatic Colors of #aa310a

#aa310a

Complementary Color

#aa310a #0a83aa

#aa310a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa310a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa310a Color CSS Codes

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

#aa310a Text Font Color

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

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


#aa310a Background Color

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

This div background color is #aa310a


#aa310a Border Color

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

This div border color is #aa310a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa310a


Comments

No comments written yet.

Please login to write comment.