#AA562C

Color #AA562C Red Stage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Stage #AA562C

Tints of Red Stage #AA562C

Color information

#AA562C (or 0xAA562C) is unknown color: approx Red Stage. HEX triplet: AA, 56 and 2C. RGB value is (170,86,44). Sum of RGB (Red+Green+Blue) = 170+86+44=300 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.67% from 300); Green value is 86 (33.98% from 255 or 28.67% from 300); Blue value is 44 (17.58% from 255 or 14.67% from 300); Max value from RGB is 170 - color contains mainly: red. Hex color #AA562C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA562C is #55A9D3. Grayscale: #6A6A6A. Windows color (decimal): -5614036 or 2905770. OLE color: 2905770.

HSL color Cylindrical-coordinate representation of color #AA562C: hue angle of 20º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA562C is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB1708644-
CMYK00.490.740.33
HSL20º58.88%41.96%-
HSV(B)20º74.12%66.67%-
XYZ20.3615.384.28-
YUV106.3392.83173.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 170 (66.80% from 255) = 56.67%
GREEN value IS 86 (33.98% from 255) = 28.67%
BLUE value IS 44 (17.58% from 255) = 14.67%
R=56.67%
G=28.67%
B=14.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170864400.490.740.332058.8841.96
HexAA562C0314A21143b2a
Octal2521265406111241247352
Binary1010101010101101011000110001100101010000110100111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA562C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA562C; }

 p { color: rgb(170,86,44); }

 H1.HeaderClassName
 {
   color: #AA562C;
 }
 .AnyTagClassName
 {
   color: #AA562C;
 }
</style>
background-color css

<style>
 a { background-color: #AA562C; }

 a { background-color: rgb(170,86,44); }

 div.DivClassName
 {
   background-color: #AA562C;
 }
 .BgClassName
 {
   background-color: #AA562C;
 }
</style>
border-color css

<style>
 span { border-color: #AA562C; }

 span { border-color: rgb(170,86,44); }

 td.TdClassName
 {
   border-color: #AA562C;
 }
 .TagClassName
 {
   border-color: #AA562C;
 }
</style>