Shades of Fiery Orange #AD5D38
Tints of Fiery Orange #AD5D38
RGB
CMYK
RGB Variations
Color information
#AD5D38 (or 0xAD5D38) is known color: Fiery Orange. HEX triplet: AD, 5D and 38. RGB value is (173,93,56). Sum of RGB (Red+Green+Blue) = 173+93+56=322 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.73% from 322); Green value is 93 (36.72% from 255 or 28.88% from 322); Blue value is 56 (22.27% from 255 or 17.39% from 322); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5D38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5D38 is #52A2C7. Grayscale: #707070. Windows color (decimal): -5415624 or 3693997. OLE color: 3693997.
HSL color Cylindrical-coordinate representation of color #AD5D38: hue angle of 18.97º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD5D38 is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 93 | 56 | - |
| CMYK | 0 | 0.46 | 0.68 | 0.32 |
| HSL | 18.97º | 0.51% | 0.45% | - |
| HSV(B) | 18.97º | 0.68% | 0.68% | - |
| XYZ | 21.86 | 17 | 5.87 | - |
| YUV | 112.7 | 96 | 171.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 93 | 56 | 0 | 0.46 | 0.68 | 0.32 | 18.97 | 0.51 | 0.45 |
| Hex | AD | 5D | 38 | 0 | 2E | 44 | 20 | 13 | 33 | 2D |
| Octal | 255 | 135 | 70 | 0 | 56 | 104 | 40 | 23 | 63 | 55 |
| Binary | 10101101 | 1011101 | 111000 | 0 | 101110 | 1000100 | 100000 | 10011 | 110011 | 101101 |
Color Harmonies of #AD5D38
Complementary color
Monochromatic Colors of #AD5D38
Black with #AD5D38
Text Example
Text Example
White with #AD5D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5D38; }
p { color: rgb(173,93,56); }
H1.HeaderClassName
{
color: #AD5D38;
}
.AnyTagClassName
{
color: #AD5D38;
}
</style>
background-color css
<style>
a { background-color: #AD5D38; }
a { background-color: rgb(173,93,56); }
div.DivClassName
{
background-color: #AD5D38;
}
.BgClassName
{
background-color: #AD5D38;
}
</style>
border-color css
<style>
span { border-color: #AD5D38; }
span { border-color: rgb(173,93,56); }
td.TdClassName
{
border-color: #AD5D38;
}
.TagClassName
{
border-color: #AD5D38;
}
</style>