Color Hex Logo

#aa010e Color Hex

#AA010E
(170,1,14)
0 Favorites   0 Comments

Color spaces of #aa010e

RGB 170114
HSL0.990.990.34
HSV355°99°67°
CMYK 0.000.990.92   0.33
XYZ16.66778.59951.1968
Yxy8.59950.62980.3250
Hunter Lab29.324950.137318.1077
CIE-Lab35.201559.169443.8101

#aa010e color RGB value is (170,1,14).

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

The process color (four color CMYK) of #aa010e color hex is 0.00, 0.99, 0.92, 0.33. Web safe color of #aa010e is #990000. Color #aa010e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00000001 00001110
Octal 252 1 16
Decimal 170 1 14
Hex AA 1 E

RGB Percentages of Color #aa010e

%91.89
%0.54
%7.57

CMYK Percentages of Color #aa010e

%0
%99
%92
%33

Triadic Colors of #aa010e

#aa010e #0eaa01 #010eaa

Analogous Colors of #aa010e

#aa010e #aa4901 #aa0162

Monochromatic Colors of #aa010e

#aa010e

Complementary Color

#aa010e #01aa9d

#aa010e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa010e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa010e Color CSS Codes

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

#aa010e Text Font Color

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

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


#aa010e Background Color

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

This div background color is #aa010e


#aa010e Border Color

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

This div border color is #aa010e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa010e


Comments

No comments written yet.

Please login to write comment.