Color Hex Logo

#aa072a Color Hex

#AA072A
(170,7,42)
0 Favorites   0 Comments

Color spaces of #aa072a

RGB 170742
HSL0.960.920.35
HSV347°96°67°
CMYK 0.000.960.75   0.33
XYZ17.07158.86523.0019
Yxy8.86520.58990.3063
Hunter Lab29.774550.239414.8644
CIE-Lab35.723559.161528.7591

#aa072a color RGB value is (170,7,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00000111 00101010
Octal 252 7 52
Decimal 170 7 42
Hex AA 7 2A

RGB Percentages of Color #aa072a

%77.63
%3.20
%19.18

CMYK Percentages of Color #aa072a

%0
%96
%75
%33

Triadic Colors of #aa072a

#aa072a #2aaa07 #072aaa

Analogous Colors of #aa072a

#aa072a #aa3507 #aa077c

Monochromatic Colors of #aa072a

#aa072a

Complementary Color

#aa072a #07aa87

#aa072a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa072a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa072a Color CSS Codes

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

#aa072a Text Font Color

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

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


#aa072a Background Color

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

This div background color is #aa072a


#aa072a Border Color

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

This div border color is #aa072a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa072a


Comments

No comments written yet.

Please login to write comment.