Shades of Fiery Orange #AC5B2C
Tints of Fiery Orange #AC5B2C
RGB
CMYK
RGB Variations
Color information
#AC5B2C (or 0xAC5B2C) is known color: Fiery Orange. HEX triplet: AC, 5B and 2C. RGB value is (172,91,44). Sum of RGB (Red+Green+Blue) = 172+91+44=307 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.03% from 307); Green value is 91 (35.94% from 255 or 29.64% from 307); Blue value is 44 (17.58% from 255 or 14.33% from 307); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5B2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5B2C is #53A4D3. Grayscale: #6E6E6E. Windows color (decimal): -5481684 or 2907052. OLE color: 2907052.
HSL color Cylindrical-coordinate representation of color #AC5B2C: hue angle of 22.03º 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 #AC5B2C is Cyan = 0, Magento = 0.47, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 91 | 44 | - |
| CMYK | 0 | 0.47 | 0.74 | 0.33 |
| HSL | 22.03º | 0.59% | 0.42% | - |
| HSV(B) | 22.03º | 0.74% | 0.67% | - |
| XYZ | 21.21 | 16.43 | 4.44 | - |
| YUV | 109.86 | 90.84 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 91 | 44 | 0 | 0.47 | 0.74 | 0.33 | 22.03 | 0.59 | 0.42 |
| Hex | AC | 5B | 2C | 0 | 2F | 4A | 21 | 16 | 3B | 2A |
| Octal | 254 | 133 | 54 | 0 | 57 | 112 | 41 | 26 | 73 | 52 |
| Binary | 10101100 | 1011011 | 101100 | 0 | 101111 | 1001010 | 100001 | 10110 | 111011 | 101010 |
Color Harmonies of #AC5B2C
Complementary color
Monochromatic Colors of #AC5B2C
Black with #AC5B2C
Text Example
Text Example
White with #AC5B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5B2C; }
p { color: rgb(172,91,44); }
H1.HeaderClassName
{
color: #AC5B2C;
}
.AnyTagClassName
{
color: #AC5B2C;
}
</style>
background-color css
<style>
a { background-color: #AC5B2C; }
a { background-color: rgb(172,91,44); }
div.DivClassName
{
background-color: #AC5B2C;
}
.BgClassName
{
background-color: #AC5B2C;
}
</style>
border-color css
<style>
span { border-color: #AC5B2C; }
span { border-color: rgb(172,91,44); }
td.TdClassName
{
border-color: #AC5B2C;
}
.TagClassName
{
border-color: #AC5B2C;
}
</style>