Shades of Fiery Orange #AC5D25
Tints of Fiery Orange #AC5D25
RGB
CMYK
RGB Variations
Color information
#AC5D25 (or 0xAC5D25) is known color: Fiery Orange. HEX triplet: AC, 5D and 25. RGB value is (172,93,37). Sum of RGB (Red+Green+Blue) = 172+93+37=302 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.95% from 302); Green value is 93 (36.72% from 255 or 30.79% from 302); Blue value is 37 (14.84% from 255 or 12.25% from 302); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5D25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5D25 is #53A2DA. Grayscale: #6E6E6E. Windows color (decimal): -5481179 or 2448812. OLE color: 2448812.
HSL color Cylindrical-coordinate representation of color #AC5D25: hue angle of 24.89º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC5D25 is Cyan = 0, Magento = 0.46, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 93 | 37 | - |
| CMYK | 0 | 0.46 | 0.78 | 0.33 |
| HSL | 24.89º | 0.65% | 0.41% | - |
| HSV(B) | 24.89º | 0.78% | 0.67% | - |
| XYZ | 21.26 | 16.73 | 3.86 | - |
| YUV | 110.24 | 86.67 | 172.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 93 | 37 | 0 | 0.46 | 0.78 | 0.33 | 24.89 | 0.65 | 0.41 |
| Hex | AC | 5D | 25 | 0 | 2E | 4E | 21 | 19 | 41 | 29 |
| Octal | 254 | 135 | 45 | 0 | 56 | 116 | 41 | 31 | 101 | 51 |
| Binary | 10101100 | 1011101 | 100101 | 0 | 101110 | 1001110 | 100001 | 11001 | 1000001 | 101001 |
Color Harmonies of #AC5D25
Complementary color
Monochromatic Colors of #AC5D25
Black with #AC5D25
Text Example
Text Example
White with #AC5D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5D25; }
p { color: rgb(172,93,37); }
H1.HeaderClassName
{
color: #AC5D25;
}
.AnyTagClassName
{
color: #AC5D25;
}
</style>
background-color css
<style>
a { background-color: #AC5D25; }
a { background-color: rgb(172,93,37); }
div.DivClassName
{
background-color: #AC5D25;
}
.BgClassName
{
background-color: #AC5D25;
}
</style>
border-color css
<style>
span { border-color: #AC5D25; }
span { border-color: rgb(172,93,37); }
td.TdClassName
{
border-color: #AC5D25;
}
.TagClassName
{
border-color: #AC5D25;
}
</style>