Shades of Red Stage #AC512F
Tints of Red Stage #AC512F
RGB
CMYK
RGB Variations
Color information
#AC512F (or 0xAC512F) is known color: Red Stage. HEX triplet: AC, 51 and 2F. RGB value is (172,81,47). Sum of RGB (Red+Green+Blue) = 172+81+47=300 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.33% from 300); Green value is 81 (32.03% from 255 or 27% from 300); Blue value is 47 (18.75% from 255 or 15.67% from 300); Max value from RGB is 172 - color contains mainly: red. Hex color #AC512F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC512F is #53AED0. Grayscale: #686868. Windows color (decimal): -5484241 or 3101100. OLE color: 3101100.
HSL color Cylindrical-coordinate representation of color #AC512F: hue angle of 16.32º 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 #AC512F is Cyan = 0, Magento = 0.53, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 81 | 47 | - |
| CMYK | 0 | 0.53 | 0.73 | 0.33 |
| HSL | 16.32º | 0.57% | 0.43% | - |
| HSV(B) | 16.32º | 0.73% | 0.67% | - |
| XYZ | 20.47 | 14.86 | 4.48 | - |
| YUV | 104.33 | 95.65 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 81 | 47 | 0 | 0.53 | 0.73 | 0.33 | 16.32 | 0.57 | 0.43 |
| Hex | AC | 51 | 2F | 0 | 35 | 49 | 21 | 10 | 39 | 2B |
| Octal | 254 | 121 | 57 | 0 | 65 | 111 | 41 | 20 | 71 | 53 |
| Binary | 10101100 | 1010001 | 101111 | 0 | 110101 | 1001001 | 100001 | 10000 | 111001 | 101011 |
Color Harmonies of #AC512F
Complementary color
Monochromatic Colors of #AC512F
Black with #AC512F
Text Example
Text Example
White with #AC512F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC512F; }
p { color: rgb(172,81,47); }
H1.HeaderClassName
{
color: #AC512F;
}
.AnyTagClassName
{
color: #AC512F;
}
</style>
background-color css
<style>
a { background-color: #AC512F; }
a { background-color: rgb(172,81,47); }
div.DivClassName
{
background-color: #AC512F;
}
.BgClassName
{
background-color: #AC512F;
}
</style>
border-color css
<style>
span { border-color: #AC512F; }
span { border-color: rgb(172,81,47); }
td.TdClassName
{
border-color: #AC512F;
}
.TagClassName
{
border-color: #AC512F;
}
</style>