Shades of Fiery Orange #AD5828
Tints of Fiery Orange #AD5828
RGB
CMYK
RGB Variations
Color information
#AD5828 (or 0xAD5828) is known color: Fiery Orange. HEX triplet: AD, 58 and 28. RGB value is (173,88,40). Sum of RGB (Red+Green+Blue) = 173+88+40=301 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.48% from 301); Green value is 88 (34.77% from 255 or 29.24% from 301); Blue value is 40 (16.02% from 255 or 13.29% from 301); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5828 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5828 is #52A7D7. Grayscale: #6C6C6C. Windows color (decimal): -5416920 or 2644141. OLE color: 2644141.
HSL color Cylindrical-coordinate representation of color #AD5828: hue angle of 21.65º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD5828 is Cyan = 0, Magento = 0.49, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 88 | 40 | - |
| CMYK | 0 | 0.49 | 0.77 | 0.32 |
| HSL | 21.65º | 0.62% | 0.42% | - |
| HSV(B) | 21.65º | 0.77% | 0.68% | - |
| XYZ | 21.11 | 16.02 | 3.99 | - |
| YUV | 107.94 | 89.66 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 88 | 40 | 0 | 0.49 | 0.77 | 0.32 | 21.65 | 0.62 | 0.42 |
| Hex | AD | 58 | 28 | 0 | 31 | 4D | 20 | 16 | 3E | 2A |
| Octal | 255 | 130 | 50 | 0 | 61 | 115 | 40 | 26 | 76 | 52 |
| Binary | 10101101 | 1011000 | 101000 | 0 | 110001 | 1001101 | 100000 | 10110 | 111110 | 101010 |
Color Harmonies of #AD5828
Complementary color
Monochromatic Colors of #AD5828
Black with #AD5828
Text Example
Text Example
White with #AD5828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5828; }
p { color: rgb(173,88,40); }
H1.HeaderClassName
{
color: #AD5828;
}
.AnyTagClassName
{
color: #AD5828;
}
</style>
background-color css
<style>
a { background-color: #AD5828; }
a { background-color: rgb(173,88,40); }
div.DivClassName
{
background-color: #AD5828;
}
.BgClassName
{
background-color: #AD5828;
}
</style>
border-color css
<style>
span { border-color: #AD5828; }
span { border-color: rgb(173,88,40); }
td.TdClassName
{
border-color: #AD5828;
}
.TagClassName
{
border-color: #AD5828;
}
</style>