Shades of Fiery Orange #AD5925
Tints of Fiery Orange #AD5925
RGB
CMYK
RGB Variations
Color information
#AD5925 (or 0xAD5925) is known color: Fiery Orange. HEX triplet: AD, 59 and 25. RGB value is (173,89,37). Sum of RGB (Red+Green+Blue) = 173+89+37=299 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.86% from 299); Green value is 89 (35.16% from 255 or 29.77% from 299); Blue value is 37 (14.84% from 255 or 12.37% from 299); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5925 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5925 is #52A6DA. Grayscale: #6C6C6C. Windows color (decimal): -5416667 or 2447789. OLE color: 2447789.
HSL color Cylindrical-coordinate representation of color #AD5925: hue angle of 22.94º degrees, saturation: 0.65, 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 #AD5925 is Cyan = 0, Magento = 0.49, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 89 | 37 | - |
| CMYK | 0 | 0.49 | 0.79 | 0.32 |
| HSL | 22.94º | 0.65% | 0.41% | - |
| HSV(B) | 22.94º | 0.79% | 0.68% | - |
| XYZ | 21.14 | 16.16 | 3.76 | - |
| YUV | 108.19 | 87.83 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 89 | 37 | 0 | 0.49 | 0.79 | 0.32 | 22.94 | 0.65 | 0.41 |
| Hex | AD | 59 | 25 | 0 | 31 | 4F | 20 | 17 | 41 | 29 |
| Octal | 255 | 131 | 45 | 0 | 61 | 117 | 40 | 27 | 101 | 51 |
| Binary | 10101101 | 1011001 | 100101 | 0 | 110001 | 1001111 | 100000 | 10111 | 1000001 | 101001 |
Color Harmonies of #AD5925
Complementary color
Monochromatic Colors of #AD5925
Black with #AD5925
Text Example
Text Example
White with #AD5925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5925; }
p { color: rgb(173,89,37); }
H1.HeaderClassName
{
color: #AD5925;
}
.AnyTagClassName
{
color: #AD5925;
}
</style>
background-color css
<style>
a { background-color: #AD5925; }
a { background-color: rgb(173,89,37); }
div.DivClassName
{
background-color: #AD5925;
}
.BgClassName
{
background-color: #AD5925;
}
</style>
border-color css
<style>
span { border-color: #AD5925; }
span { border-color: rgb(173,89,37); }
td.TdClassName
{
border-color: #AD5925;
}
.TagClassName
{
border-color: #AD5925;
}
</style>