Shades of Fiery Orange #AD5924
Tints of Fiery Orange #AD5924
RGB
CMYK
RGB Variations
Color information
#AD5924 (or 0xAD5924) is known color: Fiery Orange. HEX triplet: AD, 59 and 24. RGB value is (173,89,36). Sum of RGB (Red+Green+Blue) = 173+89+36=298 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.05% from 298); Green value is 89 (35.16% from 255 or 29.87% from 298); Blue value is 36 (14.45% from 255 or 12.08% from 298); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5924 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5924 is #52A6DB. Grayscale: #6C6C6C. Windows color (decimal): -5416668 or 2382253. OLE color: 2382253.
HSL color Cylindrical-coordinate representation of color #AD5924: hue angle of 23.21º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD5924 is Cyan = 0, Magento = 0.49, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 89 | 36 | - |
| CMYK | 0 | 0.49 | 0.79 | 0.32 |
| HSL | 23.21º | 0.66% | 0.41% | - |
| HSV(B) | 23.21º | 0.79% | 0.68% | - |
| XYZ | 21.12 | 16.16 | 3.67 | - |
| YUV | 108.07 | 87.33 | 174.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 89 | 36 | 0 | 0.49 | 0.79 | 0.32 | 23.21 | 0.66 | 0.41 |
| Hex | AD | 59 | 24 | 0 | 31 | 4F | 20 | 17 | 42 | 29 |
| Octal | 255 | 131 | 44 | 0 | 61 | 117 | 40 | 27 | 102 | 51 |
| Binary | 10101101 | 1011001 | 100100 | 0 | 110001 | 1001111 | 100000 | 10111 | 1000010 | 101001 |
Color Harmonies of #AD5924
Complementary color
Monochromatic Colors of #AD5924
Black with #AD5924
Text Example
Text Example
White with #AD5924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5924; }
p { color: rgb(173,89,36); }
H1.HeaderClassName
{
color: #AD5924;
}
.AnyTagClassName
{
color: #AD5924;
}
</style>
background-color css
<style>
a { background-color: #AD5924; }
a { background-color: rgb(173,89,36); }
div.DivClassName
{
background-color: #AD5924;
}
.BgClassName
{
background-color: #AD5924;
}
</style>
border-color css
<style>
span { border-color: #AD5924; }
span { border-color: rgb(173,89,36); }
td.TdClassName
{
border-color: #AD5924;
}
.TagClassName
{
border-color: #AD5924;
}
</style>