Shades of Fiery Orange #AC5C34
Tints of Fiery Orange #AC5C34
RGB
CMYK
RGB Variations
Color information
#AC5C34 (or 0xAC5C34) is known color: Fiery Orange. HEX triplet: AC, 5C and 34. RGB value is (172,92,52). Sum of RGB (Red+Green+Blue) = 172+92+52=316 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.43% from 316); Green value is 92 (36.33% from 255 or 29.11% from 316); Blue value is 52 (20.70% from 255 or 16.46% from 316); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5C34 is #53A3CB. Grayscale: #6F6F6F. Windows color (decimal): -5481420 or 3431596. OLE color: 3431596.
HSL color Cylindrical-coordinate representation of color #AC5C34: hue angle of 20º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC5C34 is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 92 | 52 | - |
| CMYK | 0 | 0.47 | 0.70 | 0.33 |
| HSL | 20º | 0.54% | 0.44% | - |
| HSV(B) | 20º | 0.7% | 0.67% | - |
| XYZ | 21.46 | 16.67 | 5.34 | - |
| YUV | 111.36 | 94.5 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 92 | 52 | 0 | 0.47 | 0.70 | 0.33 | 20 | 0.54 | 0.44 |
| Hex | AC | 5C | 34 | 0 | 2F | 46 | 21 | 14 | 36 | 2C |
| Octal | 254 | 134 | 64 | 0 | 57 | 106 | 41 | 24 | 66 | 54 |
| Binary | 10101100 | 1011100 | 110100 | 0 | 101111 | 1000110 | 100001 | 10100 | 110110 | 101100 |
Color Harmonies of #AC5C34
Complementary color
Monochromatic Colors of #AC5C34
Black with #AC5C34
Text Example
Text Example
White with #AC5C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5C34; }
p { color: rgb(172,92,52); }
H1.HeaderClassName
{
color: #AC5C34;
}
.AnyTagClassName
{
color: #AC5C34;
}
</style>
background-color css
<style>
a { background-color: #AC5C34; }
a { background-color: rgb(172,92,52); }
div.DivClassName
{
background-color: #AC5C34;
}
.BgClassName
{
background-color: #AC5C34;
}
</style>
border-color css
<style>
span { border-color: #AC5C34; }
span { border-color: rgb(172,92,52); }
td.TdClassName
{
border-color: #AC5C34;
}
.TagClassName
{
border-color: #AC5C34;
}
</style>