Shades of Fiery Orange #AC5A32
Tints of Fiery Orange #AC5A32
RGB
CMYK
RGB Variations
Color information
#AC5A32 (or 0xAC5A32) is known color: Fiery Orange. HEX triplet: AC, 5A and 32. RGB value is (172,90,50). Sum of RGB (Red+Green+Blue) = 172+90+50=312 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.13% from 312); Green value is 90 (35.55% from 255 or 28.85% from 312); Blue value is 50 (19.92% from 255 or 16.03% from 312); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5A32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5A32 is #53A5CD. Grayscale: #6E6E6E. Windows color (decimal): -5481934 or 3300012. OLE color: 3300012.
HSL color Cylindrical-coordinate representation of color #AC5A32: hue angle of 19.67º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AC5A32 is Cyan = 0, Magento = 0.48, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 90 | 50 | - |
| CMYK | 0 | 0.48 | 0.71 | 0.33 |
| HSL | 19.67º | 0.55% | 0.44% | - |
| HSV(B) | 19.67º | 0.71% | 0.67% | - |
| XYZ | 21.25 | 16.31 | 5.05 | - |
| YUV | 109.96 | 94.17 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 90 | 50 | 0 | 0.48 | 0.71 | 0.33 | 19.67 | 0.55 | 0.44 |
| Hex | AC | 5A | 32 | 0 | 30 | 47 | 21 | 14 | 37 | 2C |
| Octal | 254 | 132 | 62 | 0 | 60 | 107 | 41 | 24 | 67 | 54 |
| Binary | 10101100 | 1011010 | 110010 | 0 | 110000 | 1000111 | 100001 | 10100 | 110111 | 101100 |
Color Harmonies of #AC5A32
Complementary color
Monochromatic Colors of #AC5A32
Black with #AC5A32
Text Example
Text Example
White with #AC5A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5A32; }
p { color: rgb(172,90,50); }
H1.HeaderClassName
{
color: #AC5A32;
}
.AnyTagClassName
{
color: #AC5A32;
}
</style>
background-color css
<style>
a { background-color: #AC5A32; }
a { background-color: rgb(172,90,50); }
div.DivClassName
{
background-color: #AC5A32;
}
.BgClassName
{
background-color: #AC5A32;
}
</style>
border-color css
<style>
span { border-color: #AC5A32; }
span { border-color: rgb(172,90,50); }
td.TdClassName
{
border-color: #AC5A32;
}
.TagClassName
{
border-color: #AC5A32;
}
</style>