color codes Logo

#aa070e color codes

#AA070E
(170,7,14)
0 Favorites   0 Comments

Color spaces of #aa070e

RGB 170714
HSL0.990.920.35
HSV357°96°67°
CMYK 0.000.960.92   0.33
XYZ16.73288.72971.2185
Yxy8.72970.62710.3272
Hunter Lab29.546149.384118.2371
CIE-Lab35.458658.425043.9862

#aa070e color RGB value is (170,7,14).

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

The process color (four color CMYK) of #aa070e color code is 0.00, 0.96, 0.92, 0.33. Web safe color of #aa070e is #990000. Color #aa070e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00000111 00001110
Octal 252 7 16
Decimal 170 7 14
Hex AA 7 E

RGB Percentages of Color #aa070e

%89.01
%3.66
%7.33

CMYK Percentages of Color #aa070e

%0
%96
%92
%33

Triadic Colors of #aa070e

#aa070e #0eaa07 #070eaa

Analogous Colors of #aa070e

#aa070e #aa5107 #aa0760

Monochromatic Colors of #aa070e

#aa070e

Complementary Color

#aa070e #07aaa3

#aa070e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa070e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa070e Color CSS Codes

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

#aa070e Text Font Color

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

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


#aa070e Background Color

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

This div background color is #aa070e


#aa070e Border Color

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

This div border color is #aa070e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,7,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 #aa070e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa070e

#aa070e Color Palettes


Comments

No comments written yet.

Please login to write comment.