Shades of Fiery Orange #AC5C30
Tints of Fiery Orange #AC5C30
RGB
CMYK
RGB Variations
Color information
#AC5C30 (or 0xAC5C30) is known color: Fiery Orange. HEX triplet: AC, 5C and 30. RGB value is (172,92,48). Sum of RGB (Red+Green+Blue) = 172+92+48=312 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.13% from 312); Green value is 92 (36.33% from 255 or 29.49% from 312); Blue value is 48 (19.14% from 255 or 15.38% from 312); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5C30 is #53A3CF. Grayscale: #6F6F6F. Windows color (decimal): -5481424 or 3169452. OLE color: 3169452.
HSL color Cylindrical-coordinate representation of color #AC5C30: hue angle of 21.29º 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 #AC5C30 is Cyan = 0, Magento = 0.47, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 92 | 48 | - |
| CMYK | 0 | 0.47 | 0.72 | 0.33 |
| HSL | 21.29º | 0.56% | 0.43% | - |
| HSV(B) | 21.29º | 0.72% | 0.67% | - |
| XYZ | 21.37 | 16.64 | 4.88 | - |
| YUV | 110.9 | 92.5 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 92 | 48 | 0 | 0.47 | 0.72 | 0.33 | 21.29 | 0.56 | 0.43 |
| Hex | AC | 5C | 30 | 0 | 2F | 48 | 21 | 15 | 38 | 2B |
| Octal | 254 | 134 | 60 | 0 | 57 | 110 | 41 | 25 | 70 | 53 |
| Binary | 10101100 | 1011100 | 110000 | 0 | 101111 | 1001000 | 100001 | 10101 | 111000 | 101011 |
Color Harmonies of #AC5C30
Complementary color
Monochromatic Colors of #AC5C30
Black with #AC5C30
Text Example
Text Example
White with #AC5C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5C30; }
p { color: rgb(172,92,48); }
H1.HeaderClassName
{
color: #AC5C30;
}
.AnyTagClassName
{
color: #AC5C30;
}
</style>
background-color css
<style>
a { background-color: #AC5C30; }
a { background-color: rgb(172,92,48); }
div.DivClassName
{
background-color: #AC5C30;
}
.BgClassName
{
background-color: #AC5C30;
}
</style>
border-color css
<style>
span { border-color: #AC5C30; }
span { border-color: rgb(172,92,48); }
td.TdClassName
{
border-color: #AC5C30;
}
.TagClassName
{
border-color: #AC5C30;
}
</style>