Shades of Fiery Orange #AD5927
Tints of Fiery Orange #AD5927
RGB
CMYK
RGB Variations
Color information
#AD5927 (or 0xAD5927) is known color: Fiery Orange. HEX triplet: AD, 59 and 27. RGB value is (173,89,39). Sum of RGB (Red+Green+Blue) = 173+89+39=301 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.48% from 301); Green value is 89 (35.16% from 255 or 29.57% from 301); Blue value is 39 (15.62% from 255 or 12.96% from 301); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5927 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5927 is #52A6D8. Grayscale: #6C6C6C. Windows color (decimal): -5416665 or 2578861. OLE color: 2578861.
HSL color Cylindrical-coordinate representation of color #AD5927: hue angle of 22.39º degrees, saturation: 0.63, 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 #AD5927 is Cyan = 0, Magento = 0.49, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 89 | 39 | - |
| CMYK | 0 | 0.49 | 0.77 | 0.32 |
| HSL | 22.39º | 0.63% | 0.42% | - |
| HSV(B) | 22.39º | 0.77% | 0.68% | - |
| XYZ | 21.17 | 16.18 | 3.93 | - |
| YUV | 108.42 | 88.83 | 174.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 89 | 39 | 0 | 0.49 | 0.77 | 0.32 | 22.39 | 0.63 | 0.42 |
| Hex | AD | 59 | 27 | 0 | 31 | 4D | 20 | 16 | 3F | 2A |
| Octal | 255 | 131 | 47 | 0 | 61 | 115 | 40 | 26 | 77 | 52 |
| Binary | 10101101 | 1011001 | 100111 | 0 | 110001 | 1001101 | 100000 | 10110 | 111111 | 101010 |
Color Harmonies of #AD5927
Complementary color
Monochromatic Colors of #AD5927
Black with #AD5927
Text Example
Text Example
White with #AD5927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5927; }
p { color: rgb(173,89,39); }
H1.HeaderClassName
{
color: #AD5927;
}
.AnyTagClassName
{
color: #AD5927;
}
</style>
background-color css
<style>
a { background-color: #AD5927; }
a { background-color: rgb(173,89,39); }
div.DivClassName
{
background-color: #AD5927;
}
.BgClassName
{
background-color: #AD5927;
}
</style>
border-color css
<style>
span { border-color: #AD5927; }
span { border-color: rgb(173,89,39); }
td.TdClassName
{
border-color: #AD5927;
}
.TagClassName
{
border-color: #AD5927;
}
</style>