color codes Logo

#aa010a color codes

#AA010A
(170,1,10)
0 Favorites   0 Comments

Color spaces of #aa010a

RGB 170110
HSL0.990.990.34
HSV357°99°67°
CMYK 0.000.990.94   0.33
XYZ16.64328.58971.0679
Yxy8.58970.63280.3266
Hunter Lab29.308250.075218.3554
CIE-Lab35.182059.116045.4340

#aa010a color RGB value is (170,1,10).

#aa010a hex color red value is 170, green value is 1 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #aa010a hue: 0.99 , saturation: 0.99 and the lightness value of aa010a is 0.34.

The process color (four color CMYK) of #aa010a color code is 0.00, 0.99, 0.94, 0.33. Web safe color of #aa010a is #990000. Color #aa010a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00000001 00001010
Octal 252 1 12
Decimal 170 1 10
Hex AA 1 A

RGB Percentages of Color #aa010a

%93.92
%0.55
%5.52

CMYK Percentages of Color #aa010a

%0
%99
%94
%33

Triadic Colors of #aa010a

#aa010a #0aaa01 #010aaa

Analogous Colors of #aa010a

#aa010a #aa4d01 #aa015e

Monochromatic Colors of #aa010a

#aa010a

Complementary Color

#aa010a #01aaa1

#aa010a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa010a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa010a Color CSS Codes

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

#aa010a Text Font Color

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

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


#aa010a Background Color

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

This div background color is #aa010a


#aa010a Border Color

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

This div border color is #aa010a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa010a


Comments

No comments written yet.

Please login to write comment.