Shades of Red Stage #AC542F
Tints of Red Stage #AC542F
RGB
CMYK
RGB Variations
Color information
#AC542F (or 0xAC542F) is known color: Red Stage. HEX triplet: AC, 54 and 2F. RGB value is (172,84,47). Sum of RGB (Red+Green+Blue) = 172+84+47=303 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.77% from 303); Green value is 84 (33.20% from 255 or 27.72% from 303); Blue value is 47 (18.75% from 255 or 15.51% from 303); Max value from RGB is 172 - color contains mainly: red. Hex color #AC542F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC542F is #53ABD0. Grayscale: #6A6A6A. Windows color (decimal): -5483473 or 3101868. OLE color: 3101868.
HSL color Cylindrical-coordinate representation of color #AC542F: hue angle of 17.76º 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 #AC542F is Cyan = 0, Magento = 0.51, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 84 | 47 | - |
| CMYK | 0 | 0.51 | 0.73 | 0.33 |
| HSL | 17.76º | 0.57% | 0.43% | - |
| HSV(B) | 17.76º | 0.73% | 0.67% | - |
| XYZ | 20.7 | 15.32 | 4.55 | - |
| YUV | 106.09 | 94.65 | 175.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 84 | 47 | 0 | 0.51 | 0.73 | 0.33 | 17.76 | 0.57 | 0.43 |
| Hex | AC | 54 | 2F | 0 | 33 | 49 | 21 | 12 | 39 | 2B |
| Octal | 254 | 124 | 57 | 0 | 63 | 111 | 41 | 22 | 71 | 53 |
| Binary | 10101100 | 1010100 | 101111 | 0 | 110011 | 1001001 | 100001 | 10010 | 111001 | 101011 |
Color Harmonies of #AC542F
Complementary color
Monochromatic Colors of #AC542F
Black with #AC542F
Text Example
Text Example
White with #AC542F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC542F; }
p { color: rgb(172,84,47); }
H1.HeaderClassName
{
color: #AC542F;
}
.AnyTagClassName
{
color: #AC542F;
}
</style>
background-color css
<style>
a { background-color: #AC542F; }
a { background-color: rgb(172,84,47); }
div.DivClassName
{
background-color: #AC542F;
}
.BgClassName
{
background-color: #AC542F;
}
</style>
border-color css
<style>
span { border-color: #AC542F; }
span { border-color: rgb(172,84,47); }
td.TdClassName
{
border-color: #AC542F;
}
.TagClassName
{
border-color: #AC542F;
}
</style>