Shades of Red Stage #AC522E
Tints of Red Stage #AC522E
RGB
CMYK
RGB Variations
Color information
#AC522E (or 0xAC522E) is known color: Red Stage. HEX triplet: AC, 52 and 2E. RGB value is (172,82,46). Sum of RGB (Red+Green+Blue) = 172+82+46=300 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.33% from 300); Green value is 82 (32.42% from 255 or 27.33% from 300); Blue value is 46 (18.36% from 255 or 15.33% from 300); Max value from RGB is 172 - color contains mainly: red. Hex color #AC522E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC522E is #53ADD1. Grayscale: #696969. Windows color (decimal): -5483986 or 3035820. OLE color: 3035820.
HSL color Cylindrical-coordinate representation of color #AC522E: hue angle of 17.14º degrees, saturation: 0.58, 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 #AC522E is Cyan = 0, Magento = 0.52, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 82 | 46 | - |
| CMYK | 0 | 0.52 | 0.73 | 0.33 |
| HSL | 17.14º | 0.58% | 0.43% | - |
| HSV(B) | 17.14º | 0.73% | 0.67% | - |
| XYZ | 20.52 | 15 | 4.4 | - |
| YUV | 104.81 | 94.82 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 82 | 46 | 0 | 0.52 | 0.73 | 0.33 | 17.14 | 0.58 | 0.43 |
| Hex | AC | 52 | 2E | 0 | 34 | 49 | 21 | 11 | 3A | 2B |
| Octal | 254 | 122 | 56 | 0 | 64 | 111 | 41 | 21 | 72 | 53 |
| Binary | 10101100 | 1010010 | 101110 | 0 | 110100 | 1001001 | 100001 | 10001 | 111010 | 101011 |
Color Harmonies of #AC522E
Complementary color
Monochromatic Colors of #AC522E
Black with #AC522E
Text Example
Text Example
White with #AC522E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC522E; }
p { color: rgb(172,82,46); }
H1.HeaderClassName
{
color: #AC522E;
}
.AnyTagClassName
{
color: #AC522E;
}
</style>
background-color css
<style>
a { background-color: #AC522E; }
a { background-color: rgb(172,82,46); }
div.DivClassName
{
background-color: #AC522E;
}
.BgClassName
{
background-color: #AC522E;
}
</style>
border-color css
<style>
span { border-color: #AC522E; }
span { border-color: rgb(172,82,46); }
td.TdClassName
{
border-color: #AC522E;
}
.TagClassName
{
border-color: #AC522E;
}
</style>