Shades of Fiery Orange #AC5C29
Tints of Fiery Orange #AC5C29
RGB
CMYK
RGB Variations
Color information
#AC5C29 (or 0xAC5C29) is known color: Fiery Orange. HEX triplet: AC, 5C and 29. RGB value is (172,92,41). Sum of RGB (Red+Green+Blue) = 172+92+41=305 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.39% from 305); Green value is 92 (36.33% from 255 or 30.16% from 305); Blue value is 41 (16.41% from 255 or 13.44% from 305); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5C29 is #53A3D6. Grayscale: #6E6E6E. Windows color (decimal): -5481431 or 2710700. OLE color: 2710700.
HSL color Cylindrical-coordinate representation of color #AC5C29: hue angle of 23.36º degrees, saturation: 0.62, 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 #AC5C29 is Cyan = 0, Magento = 0.47, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 92 | 41 | - |
| CMYK | 0 | 0.47 | 0.76 | 0.33 |
| HSL | 23.36º | 0.62% | 0.42% | - |
| HSV(B) | 23.36º | 0.76% | 0.67% | - |
| XYZ | 21.24 | 16.59 | 4.18 | - |
| YUV | 110.11 | 89 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 92 | 41 | 0 | 0.47 | 0.76 | 0.33 | 23.36 | 0.62 | 0.42 |
| Hex | AC | 5C | 29 | 0 | 2F | 4C | 21 | 17 | 3E | 2A |
| Octal | 254 | 134 | 51 | 0 | 57 | 114 | 41 | 27 | 76 | 52 |
| Binary | 10101100 | 1011100 | 101001 | 0 | 101111 | 1001100 | 100001 | 10111 | 111110 | 101010 |
Color Harmonies of #AC5C29
Complementary color
Monochromatic Colors of #AC5C29
Black with #AC5C29
Text Example
Text Example
White with #AC5C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5C29; }
p { color: rgb(172,92,41); }
H1.HeaderClassName
{
color: #AC5C29;
}
.AnyTagClassName
{
color: #AC5C29;
}
</style>
background-color css
<style>
a { background-color: #AC5C29; }
a { background-color: rgb(172,92,41); }
div.DivClassName
{
background-color: #AC5C29;
}
.BgClassName
{
background-color: #AC5C29;
}
</style>
border-color css
<style>
span { border-color: #AC5C29; }
span { border-color: rgb(172,92,41); }
td.TdClassName
{
border-color: #AC5C29;
}
.TagClassName
{
border-color: #AC5C29;
}
</style>