Shades of Red Stage #AC542C
Tints of Red Stage #AC542C
RGB
CMYK
RGB Variations
Color information
#AC542C (or 0xAC542C) is known color: Red Stage. HEX triplet: AC, 54 and 2C. RGB value is (172,84,44). Sum of RGB (Red+Green+Blue) = 172+84+44=300 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.33% from 300); Green value is 84 (33.20% from 255 or 28% from 300); Blue value is 44 (17.58% from 255 or 14.67% from 300); Max value from RGB is 172 - color contains mainly: red. Hex color #AC542C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC542C is #53ABD3. Grayscale: #6A6A6A. Windows color (decimal): -5483476 or 2905260. OLE color: 2905260.
HSL color Cylindrical-coordinate representation of color #AC542C: hue angle of 18.75º 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 #AC542C is Cyan = 0, Magento = 0.51, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 84 | 44 | - |
| CMYK | 0 | 0.51 | 0.74 | 0.33 |
| HSL | 18.75º | 0.59% | 0.42% | - |
| HSV(B) | 18.75º | 0.74% | 0.67% | - |
| XYZ | 20.64 | 15.29 | 4.25 | - |
| YUV | 105.75 | 93.15 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 84 | 44 | 0 | 0.51 | 0.74 | 0.33 | 18.75 | 0.59 | 0.42 |
| Hex | AC | 54 | 2C | 0 | 33 | 4A | 21 | 13 | 3B | 2A |
| Octal | 254 | 124 | 54 | 0 | 63 | 112 | 41 | 23 | 73 | 52 |
| Binary | 10101100 | 1010100 | 101100 | 0 | 110011 | 1001010 | 100001 | 10011 | 111011 | 101010 |
Color Harmonies of #AC542C
Complementary color
Monochromatic Colors of #AC542C
Black with #AC542C
Text Example
Text Example
White with #AC542C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC542C; }
p { color: rgb(172,84,44); }
H1.HeaderClassName
{
color: #AC542C;
}
.AnyTagClassName
{
color: #AC542C;
}
</style>
background-color css
<style>
a { background-color: #AC542C; }
a { background-color: rgb(172,84,44); }
div.DivClassName
{
background-color: #AC542C;
}
.BgClassName
{
background-color: #AC542C;
}
</style>
border-color css
<style>
span { border-color: #AC542C; }
span { border-color: rgb(172,84,44); }
td.TdClassName
{
border-color: #AC542C;
}
.TagClassName
{
border-color: #AC542C;
}
</style>