Color Hex Logo

#aa001a Color Hex

#AA001A
(170,0,26)
0 Favorites   0 Comments

Color spaces of #aa001a

RGB 170026
HSL0.971.000.33
HSV351°100°67°
CMYK 0.001.000.85   0.33
XYZ16.76408.62061.7577
Yxy8.62060.61760.3176
Hunter Lab29.360950.535617.0032
CIE-Lab35.243359.527037.8040

#aa001a color RGB value is (170,0,26).

#aa001a hex color red value is 170, green value is 0 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #aa001a hue: 0.97 , saturation: 1.00 and the lightness value of aa001a is 0.33.

The process color (four color CMYK) of #aa001a color hex is 0.00, 1.00, 0.85, 0.33. Web safe color of #aa001a is #990033. Color #aa001a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00000000 00011010
Octal 252 0 32
Decimal 170 0 26
Hex AA 0 1A

RGB Percentages of Color #aa001a

%86.73
%0.00
%13.27

CMYK Percentages of Color #aa001a

%0
%100
%85
%33

Triadic Colors of #aa001a

#aa001a #1aaa00 #001aaa

Analogous Colors of #aa001a

#aa001a #aa3b00 #aa006f

Monochromatic Colors of #aa001a

#aa001a

Complementary Color

#aa001a #00aa90

#aa001a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa001a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa001a Color CSS Codes

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

#aa001a Text Font Color

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

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


#aa001a Background Color

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

This div background color is #aa001a


#aa001a Border Color

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

This div border color is #aa001a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa001a


Comments

No comments written yet.

Please login to write comment.