Color Hex Logo

#aa071e Color Hex

#AA071E
(170,7,30)
0 Favorites   0 Comments

Color spaces of #aa071e

RGB 170730
HSL0.980.920.35
HSV352°96°67°
CMYK 0.000.960.82   0.33
XYZ16.88798.79172.0352
Yxy8.79170.60930.3172
Hunter Lab29.650849.777516.6860
CIE-Lab35.580158.764335.8535

#aa071e color RGB value is (170,7,30).

#aa071e hex color red value is 170, green value is 7 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #aa071e hue: 0.98 , saturation: 0.92 and the lightness value of aa071e is 0.35.

The process color (four color CMYK) of #aa071e color hex is 0.00, 0.96, 0.82, 0.33. Web safe color of #aa071e is #990033. Color #aa071e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00000111 00011110
Octal 252 7 36
Decimal 170 7 30
Hex AA 7 1E

RGB Percentages of Color #aa071e

%82.13
%3.38
%14.49

CMYK Percentages of Color #aa071e

%0
%96
%82
%33

Triadic Colors of #aa071e

#aa071e #1eaa07 #071eaa

Analogous Colors of #aa071e

#aa071e #aa4207 #aa0770

Monochromatic Colors of #aa071e

#aa071e

Complementary Color

#aa071e #07aa93

#aa071e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa071e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa071e Color CSS Codes

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

#aa071e Text Font Color

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

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


#aa071e Background Color

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

This div background color is #aa071e


#aa071e Border Color

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

This div border color is #aa071e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa071e


Comments

No comments written yet.

Please login to write comment.