Shades of Fiery Orange #AD5928
Tints of Fiery Orange #AD5928
RGB
CMYK
RGB Variations
Color information
#AD5928 (or 0xAD5928) is known color: Fiery Orange. HEX triplet: AD, 59 and 28. RGB value is (173,89,40). Sum of RGB (Red+Green+Blue) = 173+89+40=302 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.28% from 302); Green value is 89 (35.16% from 255 or 29.47% from 302); Blue value is 40 (16.02% from 255 or 13.25% from 302); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5928 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5928 is #52A6D7. Grayscale: #6C6C6C. Windows color (decimal): -5416664 or 2644397. OLE color: 2644397.
HSL color Cylindrical-coordinate representation of color #AD5928: hue angle of 22.11º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD5928 is Cyan = 0, Magento = 0.49, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 89 | 40 | - |
| CMYK | 0 | 0.49 | 0.77 | 0.32 |
| HSL | 22.11º | 0.62% | 0.42% | - |
| HSV(B) | 22.11º | 0.77% | 0.68% | - |
| XYZ | 21.19 | 16.18 | 4.01 | - |
| YUV | 108.53 | 89.33 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 89 | 40 | 0 | 0.49 | 0.77 | 0.32 | 22.11 | 0.62 | 0.42 |
| Hex | AD | 59 | 28 | 0 | 31 | 4D | 20 | 16 | 3E | 2A |
| Octal | 255 | 131 | 50 | 0 | 61 | 115 | 40 | 26 | 76 | 52 |
| Binary | 10101101 | 1011001 | 101000 | 0 | 110001 | 1001101 | 100000 | 10110 | 111110 | 101010 |
Color Harmonies of #AD5928
Complementary color
Monochromatic Colors of #AD5928
Black with #AD5928
Text Example
Text Example
White with #AD5928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5928; }
p { color: rgb(173,89,40); }
H1.HeaderClassName
{
color: #AD5928;
}
.AnyTagClassName
{
color: #AD5928;
}
</style>
background-color css
<style>
a { background-color: #AD5928; }
a { background-color: rgb(173,89,40); }
div.DivClassName
{
background-color: #AD5928;
}
.BgClassName
{
background-color: #AD5928;
}
</style>
border-color css
<style>
span { border-color: #AD5928; }
span { border-color: rgb(173,89,40); }
td.TdClassName
{
border-color: #AD5928;
}
.TagClassName
{
border-color: #AD5928;
}
</style>