Shades of Fiery Orange #AC572E
Tints of Fiery Orange #AC572E
RGB
CMYK
RGB Variations
Color information
#AC572E (or 0xAC572E) is known color: Fiery Orange. HEX triplet: AC, 57 and 2E. RGB value is (172,87,46). Sum of RGB (Red+Green+Blue) = 172+87+46=305 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.39% from 305); Green value is 87 (34.38% from 255 or 28.52% from 305); Blue value is 46 (18.36% from 255 or 15.08% from 305); Max value from RGB is 172 - color contains mainly: red. Hex color #AC572E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC572E is #53A8D1. Grayscale: #6B6B6B. Windows color (decimal): -5482706 or 3037100. OLE color: 3037100.
HSL color Cylindrical-coordinate representation of color #AC572E: hue angle of 19.52º 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 #AC572E is Cyan = 0, Magento = 0.49, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 87 | 46 | - |
| CMYK | 0 | 0.49 | 0.73 | 0.33 |
| HSL | 19.52º | 0.58% | 0.43% | - |
| HSV(B) | 19.52º | 0.73% | 0.67% | - |
| XYZ | 20.91 | 15.78 | 4.53 | - |
| YUV | 107.74 | 93.16 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 87 | 46 | 0 | 0.49 | 0.73 | 0.33 | 19.52 | 0.58 | 0.43 |
| Hex | AC | 57 | 2E | 0 | 31 | 49 | 21 | 14 | 3A | 2B |
| Octal | 254 | 127 | 56 | 0 | 61 | 111 | 41 | 24 | 72 | 53 |
| Binary | 10101100 | 1010111 | 101110 | 0 | 110001 | 1001001 | 100001 | 10100 | 111010 | 101011 |
Color Harmonies of #AC572E
Complementary color
Monochromatic Colors of #AC572E
Black with #AC572E
Text Example
Text Example
White with #AC572E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC572E; }
p { color: rgb(172,87,46); }
H1.HeaderClassName
{
color: #AC572E;
}
.AnyTagClassName
{
color: #AC572E;
}
</style>
background-color css
<style>
a { background-color: #AC572E; }
a { background-color: rgb(172,87,46); }
div.DivClassName
{
background-color: #AC572E;
}
.BgClassName
{
background-color: #AC572E;
}
</style>
border-color css
<style>
span { border-color: #AC572E; }
span { border-color: rgb(172,87,46); }
td.TdClassName
{
border-color: #AC572E;
}
.TagClassName
{
border-color: #AC572E;
}
</style>