Shades of Fiery Orange #AC5A31
Tints of Fiery Orange #AC5A31
RGB
CMYK
RGB Variations
Color information
#AC5A31 (or 0xAC5A31) is known color: Fiery Orange. HEX triplet: AC, 5A and 31. RGB value is (172,90,49). Sum of RGB (Red+Green+Blue) = 172+90+49=311 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.31% from 311); Green value is 90 (35.55% from 255 or 28.94% from 311); Blue value is 49 (19.53% from 255 or 15.76% from 311); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5A31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5A31 is #53A5CE. Grayscale: #6E6E6E. Windows color (decimal): -5481935 or 3234476. OLE color: 3234476.
HSL color Cylindrical-coordinate representation of color #AC5A31: hue angle of 20º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AC5A31 is Cyan = 0, Magento = 0.48, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 90 | 49 | - |
| CMYK | 0 | 0.48 | 0.72 | 0.33 |
| HSL | 20º | 0.56% | 0.43% | - |
| HSV(B) | 20º | 0.72% | 0.67% | - |
| XYZ | 21.22 | 16.3 | 4.93 | - |
| YUV | 109.84 | 93.67 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 90 | 49 | 0 | 0.48 | 0.72 | 0.33 | 20 | 0.56 | 0.43 |
| Hex | AC | 5A | 31 | 0 | 30 | 48 | 21 | 14 | 38 | 2B |
| Octal | 254 | 132 | 61 | 0 | 60 | 110 | 41 | 24 | 70 | 53 |
| Binary | 10101100 | 1011010 | 110001 | 0 | 110000 | 1001000 | 100001 | 10100 | 111000 | 101011 |
Color Harmonies of #AC5A31
Complementary color
Monochromatic Colors of #AC5A31
Black with #AC5A31
Text Example
Text Example
White with #AC5A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5A31; }
p { color: rgb(172,90,49); }
H1.HeaderClassName
{
color: #AC5A31;
}
.AnyTagClassName
{
color: #AC5A31;
}
</style>
background-color css
<style>
a { background-color: #AC5A31; }
a { background-color: rgb(172,90,49); }
div.DivClassName
{
background-color: #AC5A31;
}
.BgClassName
{
background-color: #AC5A31;
}
</style>
border-color css
<style>
span { border-color: #AC5A31; }
span { border-color: rgb(172,90,49); }
td.TdClassName
{
border-color: #AC5A31;
}
.TagClassName
{
border-color: #AC5A31;
}
</style>