Shades of Fiery Orange #AC582F
Tints of Fiery Orange #AC582F
RGB
CMYK
RGB Variations
Color information
#AC582F (or 0xAC582F) is known color: Fiery Orange. HEX triplet: AC, 58 and 2F. RGB value is (172,88,47). Sum of RGB (Red+Green+Blue) = 172+88+47=307 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.03% from 307); Green value is 88 (34.77% from 255 or 28.66% from 307); Blue value is 47 (18.75% from 255 or 15.31% from 307); Max value from RGB is 172 - color contains mainly: red. Hex color #AC582F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC582F is #53A7D0. Grayscale: #6C6C6C. Windows color (decimal): -5482449 or 3102892. OLE color: 3102892.
HSL color Cylindrical-coordinate representation of color #AC582F: hue angle of 19.68º 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 #AC582F is Cyan = 0, Magento = 0.49, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 88 | 47 | - |
| CMYK | 0 | 0.49 | 0.73 | 0.33 |
| HSL | 19.68º | 0.57% | 0.43% | - |
| HSV(B) | 19.68º | 0.73% | 0.67% | - |
| XYZ | 21.02 | 15.96 | 4.66 | - |
| YUV | 108.44 | 93.33 | 173.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 88 | 47 | 0 | 0.49 | 0.73 | 0.33 | 19.68 | 0.57 | 0.43 |
| Hex | AC | 58 | 2F | 0 | 31 | 49 | 21 | 14 | 39 | 2B |
| Octal | 254 | 130 | 57 | 0 | 61 | 111 | 41 | 24 | 71 | 53 |
| Binary | 10101100 | 1011000 | 101111 | 0 | 110001 | 1001001 | 100001 | 10100 | 111001 | 101011 |
Color Harmonies of #AC582F
Complementary color
Monochromatic Colors of #AC582F
Black with #AC582F
Text Example
Text Example
White with #AC582F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC582F; }
p { color: rgb(172,88,47); }
H1.HeaderClassName
{
color: #AC582F;
}
.AnyTagClassName
{
color: #AC582F;
}
</style>
background-color css
<style>
a { background-color: #AC582F; }
a { background-color: rgb(172,88,47); }
div.DivClassName
{
background-color: #AC582F;
}
.BgClassName
{
background-color: #AC582F;
}
</style>
border-color css
<style>
span { border-color: #AC582F; }
span { border-color: rgb(172,88,47); }
td.TdClassName
{
border-color: #AC582F;
}
.TagClassName
{
border-color: #AC582F;
}
</style>