Color Hex Logo

#aa200e Color Hex

#AA200E
(170,32,14)
0 Favorites   0 Comments

Color spaces of #aa200e

RGB 1703214
HSL0.020.850.36
HSV92°67°
CMYK 0.000.810.92   0.33
XYZ17.17339.61081.3654
Yxy9.61080.61010.3414
Hunter Lab31.001344.628619.0896
CIE-Lab37.134753.638345.1460

#aa200e color RGB value is (170,32,14).

#aa200e hex color red value is 170, green value is 32 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #aa200e hue: 0.02 , saturation: 0.85 and the lightness value of aa200e is 0.36.

The process color (four color CMYK) of #aa200e color hex is 0.00, 0.81, 0.92, 0.33. Web safe color of #aa200e is #993300. Color #aa200e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00100000 00001110
Octal 252 40 16
Decimal 170 32 14
Hex AA 20 E

RGB Percentages of Color #aa200e

%78.70
%14.81
%6.48

CMYK Percentages of Color #aa200e

%0
%81
%92
%33

Triadic Colors of #aa200e

#aa200e #0eaa20 #200eaa

Analogous Colors of #aa200e

#aa200e #aa6e0e #aa0e4a

Monochromatic Colors of #aa200e

#aa200e

Complementary Color

#aa200e #0e98aa

#aa200e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa200e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa200e Color CSS Codes

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

#aa200e Text Font Color

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

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


#aa200e Background Color

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

This div background color is #aa200e


#aa200e Border Color

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

This div border color is #aa200e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa200e


Comments

No comments written yet.

Please login to write comment.