Shades of Fiery Orange #AD5926
Tints of Fiery Orange #AD5926
RGB
CMYK
RGB Variations
Color information
#AD5926 (or 0xAD5926) is known color: Fiery Orange. HEX triplet: AD, 59 and 26. RGB value is (173,89,38). Sum of RGB (Red+Green+Blue) = 173+89+38=300 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.67% from 300); Green value is 89 (35.16% from 255 or 29.67% from 300); Blue value is 38 (15.23% from 255 or 12.67% from 300); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5926 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5926 is #52A6D9. Grayscale: #6C6C6C. Windows color (decimal): -5416666 or 2513325. OLE color: 2513325.
HSL color Cylindrical-coordinate representation of color #AD5926: hue angle of 22.67º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD5926 is Cyan = 0, Magento = 0.49, Yellow = 0.78 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 89 | 38 | - |
| CMYK | 0 | 0.49 | 0.78 | 0.32 |
| HSL | 22.67º | 0.64% | 0.41% | - |
| HSV(B) | 22.67º | 0.78% | 0.68% | - |
| XYZ | 21.16 | 16.17 | 3.84 | - |
| YUV | 108.3 | 88.33 | 174.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 89 | 38 | 0 | 0.49 | 0.78 | 0.32 | 22.67 | 0.64 | 0.41 |
| Hex | AD | 59 | 26 | 0 | 31 | 4E | 20 | 17 | 40 | 29 |
| Octal | 255 | 131 | 46 | 0 | 61 | 116 | 40 | 27 | 100 | 51 |
| Binary | 10101101 | 1011001 | 100110 | 0 | 110001 | 1001110 | 100000 | 10111 | 1000000 | 101001 |
Color Harmonies of #AD5926
Complementary color
Monochromatic Colors of #AD5926
Black with #AD5926
Text Example
Text Example
White with #AD5926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5926; }
p { color: rgb(173,89,38); }
H1.HeaderClassName
{
color: #AD5926;
}
.AnyTagClassName
{
color: #AD5926;
}
</style>
background-color css
<style>
a { background-color: #AD5926; }
a { background-color: rgb(173,89,38); }
div.DivClassName
{
background-color: #AD5926;
}
.BgClassName
{
background-color: #AD5926;
}
</style>
border-color css
<style>
span { border-color: #AD5926; }
span { border-color: rgb(173,89,38); }
td.TdClassName
{
border-color: #AD5926;
}
.TagClassName
{
border-color: #AD5926;
}
</style>