Shades of Red Stage #AC552B
Tints of Red Stage #AC552B
RGB
CMYK
RGB Variations
Color information
#AC552B (or 0xAC552B) is known color: Red Stage. HEX triplet: AC, 55 and 2B. RGB value is (172,85,43). Sum of RGB (Red+Green+Blue) = 172+85+43=300 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.33% from 300); Green value is 85 (33.59% from 255 or 28.33% from 300); Blue value is 43 (17.19% from 255 or 14.33% from 300); Max value from RGB is 172 - color contains mainly: red. Hex color #AC552B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC552B is #53AAD4. Grayscale: #6A6A6A. Windows color (decimal): -5483221 or 2839980. OLE color: 2839980.
HSL color Cylindrical-coordinate representation of color #AC552B: hue angle of 19.53º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AC552B is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 85 | 43 | - |
| CMYK | 0 | 0.51 | 0.75 | 0.33 |
| HSL | 19.53º | 0.6% | 0.42% | - |
| HSV(B) | 19.53º | 0.75% | 0.67% | - |
| XYZ | 20.7 | 15.44 | 4.18 | - |
| YUV | 106.23 | 92.32 | 174.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 85 | 43 | 0 | 0.51 | 0.75 | 0.33 | 19.53 | 0.6 | 0.42 |
| Hex | AC | 55 | 2B | 0 | 33 | 4B | 21 | 14 | 3C | 2A |
| Octal | 254 | 125 | 53 | 0 | 63 | 113 | 41 | 24 | 74 | 52 |
| Binary | 10101100 | 1010101 | 101011 | 0 | 110011 | 1001011 | 100001 | 10100 | 111100 | 101010 |
Color Harmonies of #AC552B
Complementary color
Monochromatic Colors of #AC552B
Black with #AC552B
Text Example
Text Example
White with #AC552B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC552B; }
p { color: rgb(172,85,43); }
H1.HeaderClassName
{
color: #AC552B;
}
.AnyTagClassName
{
color: #AC552B;
}
</style>
background-color css
<style>
a { background-color: #AC552B; }
a { background-color: rgb(172,85,43); }
div.DivClassName
{
background-color: #AC552B;
}
.BgClassName
{
background-color: #AC552B;
}
</style>
border-color css
<style>
span { border-color: #AC552B; }
span { border-color: rgb(172,85,43); }
td.TdClassName
{
border-color: #AC552B;
}
.TagClassName
{
border-color: #AC552B;
}
</style>