Color Hex Logo

#aa200a Color Hex

#AA200A
(170,32,10)
0 Favorites   0 Comments

Color spaces of #aa200a

RGB 1703210
HSL0.020.890.35
HSV94°67°
CMYK 0.000.810.94   0.33
XYZ17.14899.60101.2365
Yxy9.60100.61280.3431
Hunter Lab30.985544.566219.3238
CIE-Lab37.116653.582346.6257

#aa200a color RGB value is (170,32,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00100000 00001010
Octal 252 40 12
Decimal 170 32 10
Hex AA 20 A

RGB Percentages of Color #aa200a

%80.19
%15.09
%4.72

CMYK Percentages of Color #aa200a

%0
%81
%94
%33

Triadic Colors of #aa200a

#aa200a #0aaa20 #200aaa

Analogous Colors of #aa200a

#aa200a #aa700a #aa0a44

Monochromatic Colors of #aa200a

#aa200a

Complementary Color

#aa200a #0a94aa

#aa200a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa200a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa200a Color CSS Codes

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

#aa200a Text Font Color

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

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


#aa200a Background Color

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

This div background color is #aa200a


#aa200a Border Color

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

This div border color is #aa200a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa200a


Comments

No comments written yet.

Please login to write comment.