Shades of Fiery Orange #AC5F2C
Tints of Fiery Orange #AC5F2C
RGB
CMYK
RGB Variations
Color information
#AC5F2C (or 0xAC5F2C) is known color: Fiery Orange. HEX triplet: AC, 5F and 2C. RGB value is (172,95,44). Sum of RGB (Red+Green+Blue) = 172+95+44=311 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.31% from 311); Green value is 95 (37.5% from 255 or 30.55% from 311); Blue value is 44 (17.58% from 255 or 14.15% from 311); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5F2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5F2C is #53A0D3. Grayscale: #707070. Windows color (decimal): -5480660 or 2908076. OLE color: 2908076.
HSL color Cylindrical-coordinate representation of color #AC5F2C: hue angle of 23.91º 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 #AC5F2C is Cyan = 0, Magento = 0.45, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 95 | 44 | - |
| CMYK | 0 | 0.45 | 0.74 | 0.33 |
| HSL | 23.91º | 0.59% | 0.42% | - |
| HSV(B) | 23.91º | 0.74% | 0.67% | - |
| XYZ | 21.56 | 17.14 | 4.55 | - |
| YUV | 112.21 | 89.51 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 95 | 44 | 0 | 0.45 | 0.74 | 0.33 | 23.91 | 0.59 | 0.42 |
| Hex | AC | 5F | 2C | 0 | 2D | 4A | 21 | 18 | 3B | 2A |
| Octal | 254 | 137 | 54 | 0 | 55 | 112 | 41 | 30 | 73 | 52 |
| Binary | 10101100 | 1011111 | 101100 | 0 | 101101 | 1001010 | 100001 | 11000 | 111011 | 101010 |
Color Harmonies of #AC5F2C
Complementary color
Monochromatic Colors of #AC5F2C
Black with #AC5F2C
Text Example
Text Example
White with #AC5F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5F2C; }
p { color: rgb(172,95,44); }
H1.HeaderClassName
{
color: #AC5F2C;
}
.AnyTagClassName
{
color: #AC5F2C;
}
</style>
background-color css
<style>
a { background-color: #AC5F2C; }
a { background-color: rgb(172,95,44); }
div.DivClassName
{
background-color: #AC5F2C;
}
.BgClassName
{
background-color: #AC5F2C;
}
</style>
border-color css
<style>
span { border-color: #AC5F2C; }
span { border-color: rgb(172,95,44); }
td.TdClassName
{
border-color: #AC5F2C;
}
.TagClassName
{
border-color: #AC5F2C;
}
</style>