Shades of Fiery Orange #AC582A
Tints of Fiery Orange #AC582A
RGB
CMYK
RGB Variations
Color information
#AC582A (or 0xAC582A) is known color: Fiery Orange. HEX triplet: AC, 58 and 2A. RGB value is (172,88,42). Sum of RGB (Red+Green+Blue) = 172+88+42=302 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.95% from 302); Green value is 88 (34.77% from 255 or 29.14% from 302); Blue value is 42 (16.80% from 255 or 13.91% from 302); Max value from RGB is 172 - color contains mainly: red. Hex color #AC582A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC582A is #53A7D5. Grayscale: #6C6C6C. Windows color (decimal): -5482454 or 2775212. OLE color: 2775212.
HSL color Cylindrical-coordinate representation of color #AC582A: hue angle of 21.23º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AC582A is Cyan = 0, Magento = 0.49, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 88 | 42 | - |
| CMYK | 0 | 0.49 | 0.76 | 0.33 |
| HSL | 21.23º | 0.61% | 0.42% | - |
| HSV(B) | 21.23º | 0.76% | 0.67% | - |
| XYZ | 20.92 | 15.92 | 4.16 | - |
| YUV | 107.87 | 90.83 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 88 | 42 | 0 | 0.49 | 0.76 | 0.33 | 21.23 | 0.61 | 0.42 |
| Hex | AC | 58 | 2A | 0 | 31 | 4C | 21 | 15 | 3D | 2A |
| Octal | 254 | 130 | 52 | 0 | 61 | 114 | 41 | 25 | 75 | 52 |
| Binary | 10101100 | 1011000 | 101010 | 0 | 110001 | 1001100 | 100001 | 10101 | 111101 | 101010 |
Color Harmonies of #AC582A
Complementary color
Monochromatic Colors of #AC582A
Black with #AC582A
Text Example
Text Example
White with #AC582A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC582A; }
p { color: rgb(172,88,42); }
H1.HeaderClassName
{
color: #AC582A;
}
.AnyTagClassName
{
color: #AC582A;
}
</style>
background-color css
<style>
a { background-color: #AC582A; }
a { background-color: rgb(172,88,42); }
div.DivClassName
{
background-color: #AC582A;
}
.BgClassName
{
background-color: #AC582A;
}
</style>
border-color css
<style>
span { border-color: #AC582A; }
span { border-color: rgb(172,88,42); }
td.TdClassName
{
border-color: #AC582A;
}
.TagClassName
{
border-color: #AC582A;
}
</style>