Shades of Fiery Orange #AD5E30
Tints of Fiery Orange #AD5E30
RGB
CMYK
RGB Variations
Color information
#AD5E30 (or 0xAD5E30) is known color: Fiery Orange. HEX triplet: AD, 5E and 30. RGB value is (173,94,48). Sum of RGB (Red+Green+Blue) = 173+94+48=315 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.92% from 315); Green value is 94 (37.11% from 255 or 29.84% from 315); Blue value is 48 (19.14% from 255 or 15.24% from 315); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5E30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5E30 is #52A1CF. Grayscale: #707070. Windows color (decimal): -5415376 or 3169965. OLE color: 3169965.
HSL color Cylindrical-coordinate representation of color #AD5E30: hue angle of 22.08º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD5E30 is Cyan = 0, Magento = 0.46, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 94 | 48 | - |
| CMYK | 0 | 0.46 | 0.72 | 0.32 |
| HSL | 22.08º | 0.57% | 0.43% | - |
| HSV(B) | 22.08º | 0.72% | 0.68% | - |
| XYZ | 21.77 | 17.1 | 4.95 | - |
| YUV | 112.38 | 91.67 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 94 | 48 | 0 | 0.46 | 0.72 | 0.32 | 22.08 | 0.57 | 0.43 |
| Hex | AD | 5E | 30 | 0 | 2E | 48 | 20 | 16 | 39 | 2B |
| Octal | 255 | 136 | 60 | 0 | 56 | 110 | 40 | 26 | 71 | 53 |
| Binary | 10101101 | 1011110 | 110000 | 0 | 101110 | 1001000 | 100000 | 10110 | 111001 | 101011 |
Color Harmonies of #AD5E30
Complementary color
Monochromatic Colors of #AD5E30
Black with #AD5E30
Text Example
Text Example
White with #AD5E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5E30; }
p { color: rgb(173,94,48); }
H1.HeaderClassName
{
color: #AD5E30;
}
.AnyTagClassName
{
color: #AD5E30;
}
</style>
background-color css
<style>
a { background-color: #AD5E30; }
a { background-color: rgb(173,94,48); }
div.DivClassName
{
background-color: #AD5E30;
}
.BgClassName
{
background-color: #AD5E30;
}
</style>
border-color css
<style>
span { border-color: #AD5E30; }
span { border-color: rgb(173,94,48); }
td.TdClassName
{
border-color: #AD5E30;
}
.TagClassName
{
border-color: #AD5E30;
}
</style>