Shades of Fiery Orange #AD5D35
Tints of Fiery Orange #AD5D35
RGB
CMYK
RGB Variations
Color information
#AD5D35 (or 0xAD5D35) is known color: Fiery Orange. HEX triplet: AD, 5D and 35. RGB value is (173,93,53). Sum of RGB (Red+Green+Blue) = 173+93+53=319 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.23% from 319); Green value is 93 (36.72% from 255 or 29.15% from 319); Blue value is 53 (21.09% from 255 or 16.61% from 319); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5D35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5D35 is #52A2CA. Grayscale: #707070. Windows color (decimal): -5415627 or 3497389. OLE color: 3497389.
HSL color Cylindrical-coordinate representation of color #AD5D35: hue angle of 20º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD5D35 is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 93 | 53 | - |
| CMYK | 0 | 0.46 | 0.69 | 0.32 |
| HSL | 20º | 0.53% | 0.44% | - |
| HSV(B) | 20º | 0.69% | 0.68% | - |
| XYZ | 21.79 | 16.97 | 5.5 | - |
| YUV | 112.36 | 94.5 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 93 | 53 | 0 | 0.46 | 0.69 | 0.32 | 20 | 0.53 | 0.44 |
| Hex | AD | 5D | 35 | 0 | 2E | 45 | 20 | 14 | 35 | 2C |
| Octal | 255 | 135 | 65 | 0 | 56 | 105 | 40 | 24 | 65 | 54 |
| Binary | 10101101 | 1011101 | 110101 | 0 | 101110 | 1000101 | 100000 | 10100 | 110101 | 101100 |
Color Harmonies of #AD5D35
Complementary color
Monochromatic Colors of #AD5D35
Black with #AD5D35
Text Example
Text Example
White with #AD5D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5D35; }
p { color: rgb(173,93,53); }
H1.HeaderClassName
{
color: #AD5D35;
}
.AnyTagClassName
{
color: #AD5D35;
}
</style>
background-color css
<style>
a { background-color: #AD5D35; }
a { background-color: rgb(173,93,53); }
div.DivClassName
{
background-color: #AD5D35;
}
.BgClassName
{
background-color: #AD5D35;
}
</style>
border-color css
<style>
span { border-color: #AD5D35; }
span { border-color: rgb(173,93,53); }
td.TdClassName
{
border-color: #AD5D35;
}
.TagClassName
{
border-color: #AD5D35;
}
</style>