Shades of Fiery Orange #AC592E
Tints of Fiery Orange #AC592E
RGB
CMYK
RGB Variations
Color information
#AC592E (or 0xAC592E) is known color: Fiery Orange. HEX triplet: AC, 59 and 2E. RGB value is (172,89,46). Sum of RGB (Red+Green+Blue) = 172+89+46=307 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.03% from 307); Green value is 89 (35.16% from 255 or 28.99% from 307); Blue value is 46 (18.36% from 255 or 14.98% from 307); Max value from RGB is 172 - color contains mainly: red. Hex color #AC592E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC592E is #53A6D1. Grayscale: #6D6D6D. Windows color (decimal): -5482194 or 3037612. OLE color: 3037612.
HSL color Cylindrical-coordinate representation of color #AC592E: hue angle of 20.48º 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 #AC592E is Cyan = 0, Magento = 0.48, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 89 | 46 | - |
| CMYK | 0 | 0.48 | 0.73 | 0.33 |
| HSL | 20.48º | 0.58% | 0.43% | - |
| HSV(B) | 20.48º | 0.73% | 0.67% | - |
| XYZ | 21.08 | 16.11 | 4.58 | - |
| YUV | 108.92 | 92.5 | 173 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 89 | 46 | 0 | 0.48 | 0.73 | 0.33 | 20.48 | 0.58 | 0.43 |
| Hex | AC | 59 | 2E | 0 | 30 | 49 | 21 | 14 | 3A | 2B |
| Octal | 254 | 131 | 56 | 0 | 60 | 111 | 41 | 24 | 72 | 53 |
| Binary | 10101100 | 1011001 | 101110 | 0 | 110000 | 1001001 | 100001 | 10100 | 111010 | 101011 |
Color Harmonies of #AC592E
Complementary color
Monochromatic Colors of #AC592E
Black with #AC592E
Text Example
Text Example
White with #AC592E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC592E; }
p { color: rgb(172,89,46); }
H1.HeaderClassName
{
color: #AC592E;
}
.AnyTagClassName
{
color: #AC592E;
}
</style>
background-color css
<style>
a { background-color: #AC592E; }
a { background-color: rgb(172,89,46); }
div.DivClassName
{
background-color: #AC592E;
}
.BgClassName
{
background-color: #AC592E;
}
</style>
border-color css
<style>
span { border-color: #AC592E; }
span { border-color: rgb(172,89,46); }
td.TdClassName
{
border-color: #AC592E;
}
.TagClassName
{
border-color: #AC592E;
}
</style>