Shades of Red Stage #AC562C
Tints of Red Stage #AC562C
RGB
CMYK
RGB Variations
Color information
#AC562C (or 0xAC562C) is known color: Red Stage. HEX triplet: AC, 56 and 2C. RGB value is (172,86,44). Sum of RGB (Red+Green+Blue) = 172+86+44=302 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.95% from 302); Green value is 86 (33.98% from 255 or 28.48% from 302); Blue value is 44 (17.58% from 255 or 14.57% from 302); Max value from RGB is 172 - color contains mainly: red. Hex color #AC562C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC562C is #53A9D3. Grayscale: #6B6B6B. Windows color (decimal): -5482964 or 2905772. OLE color: 2905772.
HSL color Cylindrical-coordinate representation of color #AC562C: hue angle of 19.69º 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 #AC562C is Cyan = 0, Magento = 0.5, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 86 | 44 | - |
| CMYK | 0 | 0.5 | 0.74 | 0.33 |
| HSL | 19.69º | 0.59% | 0.42% | - |
| HSV(B) | 19.69º | 0.74% | 0.67% | - |
| XYZ | 20.8 | 15.61 | 4.3 | - |
| YUV | 106.93 | 92.49 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 86 | 44 | 0 | 0.5 | 0.74 | 0.33 | 19.69 | 0.59 | 0.42 |
| Hex | AC | 56 | 2C | 0 | 32 | 4A | 21 | 14 | 3B | 2A |
| Octal | 254 | 126 | 54 | 0 | 62 | 112 | 41 | 24 | 73 | 52 |
| Binary | 10101100 | 1010110 | 101100 | 0 | 110010 | 1001010 | 100001 | 10100 | 111011 | 101010 |
Color Harmonies of #AC562C
Complementary color
Monochromatic Colors of #AC562C
Black with #AC562C
Text Example
Text Example
White with #AC562C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC562C; }
p { color: rgb(172,86,44); }
H1.HeaderClassName
{
color: #AC562C;
}
.AnyTagClassName
{
color: #AC562C;
}
</style>
background-color css
<style>
a { background-color: #AC562C; }
a { background-color: rgb(172,86,44); }
div.DivClassName
{
background-color: #AC562C;
}
.BgClassName
{
background-color: #AC562C;
}
</style>
border-color css
<style>
span { border-color: #AC562C; }
span { border-color: rgb(172,86,44); }
td.TdClassName
{
border-color: #AC562C;
}
.TagClassName
{
border-color: #AC562C;
}
</style>