Shades of Fiery Orange #AD5932
Tints of Fiery Orange #AD5932
RGB
CMYK
RGB Variations
Color information
#AD5932 (or 0xAD5932) is known color: Fiery Orange. HEX triplet: AD, 59 and 32. RGB value is (173,89,50). Sum of RGB (Red+Green+Blue) = 173+89+50=312 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.45% from 312); Green value is 89 (35.16% from 255 or 28.53% from 312); Blue value is 50 (19.92% from 255 or 16.03% from 312); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5932 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5932 is #52A6CD. Grayscale: #6D6D6D. Windows color (decimal): -5416654 or 3299757. OLE color: 3299757.
HSL color Cylindrical-coordinate representation of color #AD5932: hue angle of 19.02º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD5932 is Cyan = 0, Magento = 0.49, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 89 | 50 | - |
| CMYK | 0 | 0.49 | 0.71 | 0.32 |
| HSL | 19.02º | 0.55% | 0.44% | - |
| HSV(B) | 19.02º | 0.71% | 0.68% | - |
| XYZ | 21.38 | 16.26 | 5.03 | - |
| YUV | 109.67 | 94.33 | 173.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 89 | 50 | 0 | 0.49 | 0.71 | 0.32 | 19.02 | 0.55 | 0.44 |
| Hex | AD | 59 | 32 | 0 | 31 | 47 | 20 | 13 | 37 | 2C |
| Octal | 255 | 131 | 62 | 0 | 61 | 107 | 40 | 23 | 67 | 54 |
| Binary | 10101101 | 1011001 | 110010 | 0 | 110001 | 1000111 | 100000 | 10011 | 110111 | 101100 |
Color Harmonies of #AD5932
Complementary color
Monochromatic Colors of #AD5932
Black with #AD5932
Text Example
Text Example
White with #AD5932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5932; }
p { color: rgb(173,89,50); }
H1.HeaderClassName
{
color: #AD5932;
}
.AnyTagClassName
{
color: #AD5932;
}
</style>
background-color css
<style>
a { background-color: #AD5932; }
a { background-color: rgb(173,89,50); }
div.DivClassName
{
background-color: #AD5932;
}
.BgClassName
{
background-color: #AD5932;
}
</style>
border-color css
<style>
span { border-color: #AD5932; }
span { border-color: rgb(173,89,50); }
td.TdClassName
{
border-color: #AD5932;
}
.TagClassName
{
border-color: #AD5932;
}
</style>