Shades of Fiery Orange #AC592F
Tints of Fiery Orange #AC592F
RGB
CMYK
RGB Variations
Color information
#AC592F (or 0xAC592F) is known color: Fiery Orange. HEX triplet: AC, 59 and 2F. RGB value is (172,89,47). Sum of RGB (Red+Green+Blue) = 172+89+47=308 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.84% from 308); Green value is 89 (35.16% from 255 or 28.90% from 308); Blue value is 47 (18.75% from 255 or 15.26% from 308); Max value from RGB is 172 - color contains mainly: red. Hex color #AC592F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC592F is #53A6D0. Grayscale: #6D6D6D. Windows color (decimal): -5482193 or 3103148. OLE color: 3103148.
HSL color Cylindrical-coordinate representation of color #AC592F: hue angle of 20.16º 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 #AC592F is Cyan = 0, Magento = 0.48, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 89 | 47 | - |
| CMYK | 0 | 0.48 | 0.73 | 0.33 |
| HSL | 20.16º | 0.57% | 0.43% | - |
| HSV(B) | 20.16º | 0.73% | 0.67% | - |
| XYZ | 21.1 | 16.12 | 4.69 | - |
| YUV | 109.03 | 93 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 89 | 47 | 0 | 0.48 | 0.73 | 0.33 | 20.16 | 0.57 | 0.43 |
| Hex | AC | 59 | 2F | 0 | 30 | 49 | 21 | 14 | 39 | 2B |
| Octal | 254 | 131 | 57 | 0 | 60 | 111 | 41 | 24 | 71 | 53 |
| Binary | 10101100 | 1011001 | 101111 | 0 | 110000 | 1001001 | 100001 | 10100 | 111001 | 101011 |
Color Harmonies of #AC592F
Complementary color
Monochromatic Colors of #AC592F
Black with #AC592F
Text Example
Text Example
White with #AC592F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC592F; }
p { color: rgb(172,89,47); }
H1.HeaderClassName
{
color: #AC592F;
}
.AnyTagClassName
{
color: #AC592F;
}
</style>
background-color css
<style>
a { background-color: #AC592F; }
a { background-color: rgb(172,89,47); }
div.DivClassName
{
background-color: #AC592F;
}
.BgClassName
{
background-color: #AC592F;
}
</style>
border-color css
<style>
span { border-color: #AC592F; }
span { border-color: rgb(172,89,47); }
td.TdClassName
{
border-color: #AC592F;
}
.TagClassName
{
border-color: #AC592F;
}
</style>