Shades of Fiery Orange #AD5D32
Tints of Fiery Orange #AD5D32
RGB
CMYK
RGB Variations
Color information
#AD5D32 (or 0xAD5D32) is known color: Fiery Orange. HEX triplet: AD, 5D and 32. RGB value is (173,93,50). Sum of RGB (Red+Green+Blue) = 173+93+50=316 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.75% from 316); Green value is 93 (36.72% from 255 or 29.43% from 316); Blue value is 50 (19.92% from 255 or 15.82% from 316); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5D32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5D32 is #52A2CD. Grayscale: #707070. Windows color (decimal): -5415630 or 3300781. OLE color: 3300781.
HSL color Cylindrical-coordinate representation of color #AD5D32: hue angle of 20.98º 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 #AD5D32 is Cyan = 0, Magento = 0.46, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 93 | 50 | - |
| CMYK | 0 | 0.46 | 0.71 | 0.32 |
| HSL | 20.98º | 0.55% | 0.44% | - |
| HSV(B) | 20.98º | 0.71% | 0.68% | - |
| XYZ | 21.72 | 16.94 | 5.14 | - |
| YUV | 112.02 | 93 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 93 | 50 | 0 | 0.46 | 0.71 | 0.32 | 20.98 | 0.55 | 0.44 |
| Hex | AD | 5D | 32 | 0 | 2E | 47 | 20 | 15 | 37 | 2C |
| Octal | 255 | 135 | 62 | 0 | 56 | 107 | 40 | 25 | 67 | 54 |
| Binary | 10101101 | 1011101 | 110010 | 0 | 101110 | 1000111 | 100000 | 10101 | 110111 | 101100 |
Color Harmonies of #AD5D32
Complementary color
Monochromatic Colors of #AD5D32
Black with #AD5D32
Text Example
Text Example
White with #AD5D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5D32; }
p { color: rgb(173,93,50); }
H1.HeaderClassName
{
color: #AD5D32;
}
.AnyTagClassName
{
color: #AD5D32;
}
</style>
background-color css
<style>
a { background-color: #AD5D32; }
a { background-color: rgb(173,93,50); }
div.DivClassName
{
background-color: #AD5D32;
}
.BgClassName
{
background-color: #AD5D32;
}
</style>
border-color css
<style>
span { border-color: #AD5D32; }
span { border-color: rgb(173,93,50); }
td.TdClassName
{
border-color: #AD5D32;
}
.TagClassName
{
border-color: #AD5D32;
}
</style>