Shades of Red Stage #AC562E
Tints of Red Stage #AC562E
RGB
CMYK
RGB Variations
Color information
#AC562E (or 0xAC562E) is known color: Red Stage. HEX triplet: AC, 56 and 2E. RGB value is (172,86,46). Sum of RGB (Red+Green+Blue) = 172+86+46=304 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.58% from 304); Green value is 86 (33.98% from 255 or 28.29% from 304); Blue value is 46 (18.36% from 255 or 15.13% from 304); Max value from RGB is 172 - color contains mainly: red. Hex color #AC562E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC562E is #53A9D1. Grayscale: #6B6B6B. Windows color (decimal): -5482962 or 3036844. OLE color: 3036844.
HSL color Cylindrical-coordinate representation of color #AC562E: hue angle of 19.05º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC562E is Cyan = 0, Magento = 0.5, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 86 | 46 | - |
| CMYK | 0 | 0.5 | 0.73 | 0.33 |
| HSL | 19.05º | 0.58% | 0.43% | - |
| HSV(B) | 19.05º | 0.73% | 0.67% | - |
| XYZ | 20.83 | 15.62 | 4.5 | - |
| YUV | 107.15 | 93.49 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 86 | 46 | 0 | 0.5 | 0.73 | 0.33 | 19.05 | 0.58 | 0.43 |
| Hex | AC | 56 | 2E | 0 | 32 | 49 | 21 | 13 | 3A | 2B |
| Octal | 254 | 126 | 56 | 0 | 62 | 111 | 41 | 23 | 72 | 53 |
| Binary | 10101100 | 1010110 | 101110 | 0 | 110010 | 1001001 | 100001 | 10011 | 111010 | 101011 |
Color Harmonies of #AC562E
Complementary color
Monochromatic Colors of #AC562E
Black with #AC562E
Text Example
Text Example
White with #AC562E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC562E; }
p { color: rgb(172,86,46); }
H1.HeaderClassName
{
color: #AC562E;
}
.AnyTagClassName
{
color: #AC562E;
}
</style>
background-color css
<style>
a { background-color: #AC562E; }
a { background-color: rgb(172,86,46); }
div.DivClassName
{
background-color: #AC562E;
}
.BgClassName
{
background-color: #AC562E;
}
</style>
border-color css
<style>
span { border-color: #AC562E; }
span { border-color: rgb(172,86,46); }
td.TdClassName
{
border-color: #AC562E;
}
.TagClassName
{
border-color: #AC562E;
}
</style>