Shades of Fiery Orange #AC5D2C
Tints of Fiery Orange #AC5D2C
RGB
CMYK
RGB Variations
Color information
#AC5D2C (or 0xAC5D2C) is known color: Fiery Orange. HEX triplet: AC, 5D and 2C. RGB value is (172,93,44). Sum of RGB (Red+Green+Blue) = 172+93+44=309 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.66% from 309); Green value is 93 (36.72% from 255 or 30.10% from 309); Blue value is 44 (17.58% from 255 or 14.24% from 309); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5D2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5D2C is #53A2D3. Grayscale: #6F6F6F. Windows color (decimal): -5481172 or 2907564. OLE color: 2907564.
HSL color Cylindrical-coordinate representation of color #AC5D2C: hue angle of 22.97º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC5D2C is Cyan = 0, Magento = 0.46, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 93 | 44 | - |
| CMYK | 0 | 0.46 | 0.74 | 0.33 |
| HSL | 22.97º | 0.59% | 0.42% | - |
| HSV(B) | 22.97º | 0.74% | 0.67% | - |
| XYZ | 21.38 | 16.78 | 4.5 | - |
| YUV | 111.04 | 90.17 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 93 | 44 | 0 | 0.46 | 0.74 | 0.33 | 22.97 | 0.59 | 0.42 |
| Hex | AC | 5D | 2C | 0 | 2E | 4A | 21 | 17 | 3B | 2A |
| Octal | 254 | 135 | 54 | 0 | 56 | 112 | 41 | 27 | 73 | 52 |
| Binary | 10101100 | 1011101 | 101100 | 0 | 101110 | 1001010 | 100001 | 10111 | 111011 | 101010 |
Color Harmonies of #AC5D2C
Complementary color
Monochromatic Colors of #AC5D2C
Black with #AC5D2C
Text Example
Text Example
White with #AC5D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5D2C; }
p { color: rgb(172,93,44); }
H1.HeaderClassName
{
color: #AC5D2C;
}
.AnyTagClassName
{
color: #AC5D2C;
}
</style>
background-color css
<style>
a { background-color: #AC5D2C; }
a { background-color: rgb(172,93,44); }
div.DivClassName
{
background-color: #AC5D2C;
}
.BgClassName
{
background-color: #AC5D2C;
}
</style>
border-color css
<style>
span { border-color: #AC5D2C; }
span { border-color: rgb(172,93,44); }
td.TdClassName
{
border-color: #AC5D2C;
}
.TagClassName
{
border-color: #AC5D2C;
}
</style>