Shades of Fiery Orange #AD5E2B
Tints of Fiery Orange #AD5E2B
RGB
CMYK
RGB Variations
Color information
#AD5E2B (or 0xAD5E2B) is known color: Fiery Orange. HEX triplet: AD, 5E and 2B. RGB value is (173,94,43). Sum of RGB (Red+Green+Blue) = 173+94+43=310 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.81% from 310); Green value is 94 (37.11% from 255 or 30.32% from 310); Blue value is 43 (17.19% from 255 or 13.87% from 310); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5E2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5E2B is #52A1D4. Grayscale: #707070. Windows color (decimal): -5415381 or 2842285. OLE color: 2842285.
HSL color Cylindrical-coordinate representation of color #AD5E2B: hue angle of 23.54º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD5E2B is Cyan = 0, Magento = 0.46, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 94 | 43 | - |
| CMYK | 0 | 0.46 | 0.75 | 0.32 |
| HSL | 23.54º | 0.6% | 0.42% | - |
| HSV(B) | 23.54º | 0.75% | 0.68% | - |
| XYZ | 21.67 | 17.06 | 4.44 | - |
| YUV | 111.81 | 89.17 | 171.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 94 | 43 | 0 | 0.46 | 0.75 | 0.32 | 23.54 | 0.6 | 0.42 |
| Hex | AD | 5E | 2B | 0 | 2E | 4B | 20 | 18 | 3C | 2A |
| Octal | 255 | 136 | 53 | 0 | 56 | 113 | 40 | 30 | 74 | 52 |
| Binary | 10101101 | 1011110 | 101011 | 0 | 101110 | 1001011 | 100000 | 11000 | 111100 | 101010 |
Color Harmonies of #AD5E2B
Complementary color
Monochromatic Colors of #AD5E2B
Black with #AD5E2B
Text Example
Text Example
White with #AD5E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5E2B; }
p { color: rgb(173,94,43); }
H1.HeaderClassName
{
color: #AD5E2B;
}
.AnyTagClassName
{
color: #AD5E2B;
}
</style>
background-color css
<style>
a { background-color: #AD5E2B; }
a { background-color: rgb(173,94,43); }
div.DivClassName
{
background-color: #AD5E2B;
}
.BgClassName
{
background-color: #AD5E2B;
}
</style>
border-color css
<style>
span { border-color: #AD5E2B; }
span { border-color: rgb(173,94,43); }
td.TdClassName
{
border-color: #AD5E2B;
}
.TagClassName
{
border-color: #AD5E2B;
}
</style>