Color Hex Logo

#aa1015 Color Hex

#AA1015
(170,16,21)
0 Favorites   0 Comments

Color spaces of #aa1015

RGB 1701621
HSL0.990.830.36
HSV358°91°67°
CMYK 0.000.910.88   0.33
XYZ16.89828.97081.5504
Yxy8.97080.61630.3272
Hunter Lab29.951348.293017.8968
CIE-Lab35.928057.321941.0553

#aa1015 color RGB value is (170,16,21).

#aa1015 hex color red value is 170, green value is 16 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #aa1015 hue: 0.99 , saturation: 0.83 and the lightness value of aa1015 is 0.36.

The process color (four color CMYK) of #aa1015 color hex is 0.00, 0.91, 0.88, 0.33. Web safe color of #aa1015 is #990000. Color #aa1015 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00010000 00010101
Octal 252 20 25
Decimal 170 16 21
Hex AA 10 15

RGB Percentages of Color #aa1015

%82.13
%7.73
%10.14

CMYK Percentages of Color #aa1015

%0
%91
%88
%33

Triadic Colors of #aa1015

#aa1015 #15aa10 #1015aa

Analogous Colors of #aa1015

#aa1015 #aa5810 #aa1062

Monochromatic Colors of #aa1015

#aa1015

Complementary Color

#aa1015 #10aaa5

#aa1015 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa1015 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa1015 Color CSS Codes

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

#aa1015 Text Font Color

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

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


#aa1015 Background Color

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

This div background color is #aa1015


#aa1015 Border Color

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

This div border color is #aa1015


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa1015


Comments

No comments written yet.

Please login to write comment.