Shades of Fiery Orange #AD5929
Tints of Fiery Orange #AD5929
RGB
CMYK
RGB Variations
Color information
#AD5929 (or 0xAD5929) is known color: Fiery Orange. HEX triplet: AD, 59 and 29. RGB value is (173,89,41). Sum of RGB (Red+Green+Blue) = 173+89+41=303 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.10% from 303); Green value is 89 (35.16% from 255 or 29.37% from 303); Blue value is 41 (16.41% from 255 or 13.53% from 303); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5929 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5929 is #52A6D6. Grayscale: #6C6C6C. Windows color (decimal): -5416663 or 2709933. OLE color: 2709933.
HSL color Cylindrical-coordinate representation of color #AD5929: hue angle of 21.82º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD5929 is Cyan = 0, Magento = 0.49, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 89 | 41 | - |
| CMYK | 0 | 0.49 | 0.76 | 0.32 |
| HSL | 21.82º | 0.62% | 0.42% | - |
| HSV(B) | 21.82º | 0.76% | 0.68% | - |
| XYZ | 21.21 | 16.19 | 4.1 | - |
| YUV | 108.64 | 89.83 | 173.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 89 | 41 | 0 | 0.49 | 0.76 | 0.32 | 21.82 | 0.62 | 0.42 |
| Hex | AD | 59 | 29 | 0 | 31 | 4C | 20 | 16 | 3E | 2A |
| Octal | 255 | 131 | 51 | 0 | 61 | 114 | 40 | 26 | 76 | 52 |
| Binary | 10101101 | 1011001 | 101001 | 0 | 110001 | 1001100 | 100000 | 10110 | 111110 | 101010 |
Color Harmonies of #AD5929
Complementary color
Monochromatic Colors of #AD5929
Black with #AD5929
Text Example
Text Example
White with #AD5929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5929; }
p { color: rgb(173,89,41); }
H1.HeaderClassName
{
color: #AD5929;
}
.AnyTagClassName
{
color: #AD5929;
}
</style>
background-color css
<style>
a { background-color: #AD5929; }
a { background-color: rgb(173,89,41); }
div.DivClassName
{
background-color: #AD5929;
}
.BgClassName
{
background-color: #AD5929;
}
</style>
border-color css
<style>
span { border-color: #AD5929; }
span { border-color: rgb(173,89,41); }
td.TdClassName
{
border-color: #AD5929;
}
.TagClassName
{
border-color: #AD5929;
}
</style>