Shades of Red Stage #AC562F
Tints of Red Stage #AC562F
RGB
CMYK
RGB Variations
Color information
#AC562F (or 0xAC562F) is known color: Red Stage. HEX triplet: AC, 56 and 2F. RGB value is (172,86,47). Sum of RGB (Red+Green+Blue) = 172+86+47=305 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.39% from 305); Green value is 86 (33.98% from 255 or 28.20% from 305); Blue value is 47 (18.75% from 255 or 15.41% from 305); Max value from RGB is 172 - color contains mainly: red. Hex color #AC562F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC562F is #53A9D0. Grayscale: #6B6B6B. Windows color (decimal): -5482961 or 3102380. OLE color: 3102380.
HSL color Cylindrical-coordinate representation of color #AC562F: hue angle of 18.72º degrees, saturation: 0.57, 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 #AC562F is Cyan = 0, Magento = 0.5, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 86 | 47 | - |
| CMYK | 0 | 0.5 | 0.73 | 0.33 |
| HSL | 18.72º | 0.57% | 0.43% | - |
| HSV(B) | 18.72º | 0.73% | 0.67% | - |
| XYZ | 20.85 | 15.63 | 4.61 | - |
| YUV | 107.27 | 93.99 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 86 | 47 | 0 | 0.5 | 0.73 | 0.33 | 18.72 | 0.57 | 0.43 |
| Hex | AC | 56 | 2F | 0 | 32 | 49 | 21 | 13 | 39 | 2B |
| Octal | 254 | 126 | 57 | 0 | 62 | 111 | 41 | 23 | 71 | 53 |
| Binary | 10101100 | 1010110 | 101111 | 0 | 110010 | 1001001 | 100001 | 10011 | 111001 | 101011 |
Color Harmonies of #AC562F
Complementary color
Monochromatic Colors of #AC562F
Black with #AC562F
Text Example
Text Example
White with #AC562F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC562F; }
p { color: rgb(172,86,47); }
H1.HeaderClassName
{
color: #AC562F;
}
.AnyTagClassName
{
color: #AC562F;
}
</style>
background-color css
<style>
a { background-color: #AC562F; }
a { background-color: rgb(172,86,47); }
div.DivClassName
{
background-color: #AC562F;
}
.BgClassName
{
background-color: #AC562F;
}
</style>
border-color css
<style>
span { border-color: #AC562F; }
span { border-color: rgb(172,86,47); }
td.TdClassName
{
border-color: #AC562F;
}
.TagClassName
{
border-color: #AC562F;
}
</style>