Shades of Fiery Orange #AD5826
Tints of Fiery Orange #AD5826
RGB
CMYK
RGB Variations
Color information
#AD5826 (or 0xAD5826) is known color: Fiery Orange. HEX triplet: AD, 58 and 26. RGB value is (173,88,38). Sum of RGB (Red+Green+Blue) = 173+88+38=299 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.86% from 299); Green value is 88 (34.77% from 255 or 29.43% from 299); Blue value is 38 (15.23% from 255 or 12.71% from 299); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5826 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5826 is #52A7D9. Grayscale: #6C6C6C. Windows color (decimal): -5416922 or 2513069. OLE color: 2513069.
HSL color Cylindrical-coordinate representation of color #AD5826: hue angle of 22.22º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD5826 is Cyan = 0, Magento = 0.49, Yellow = 0.78 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 88 | 38 | - |
| CMYK | 0 | 0.49 | 0.78 | 0.32 |
| HSL | 22.22º | 0.64% | 0.41% | - |
| HSV(B) | 22.22º | 0.78% | 0.68% | - |
| XYZ | 21.07 | 16 | 3.81 | - |
| YUV | 107.72 | 88.66 | 174.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 88 | 38 | 0 | 0.49 | 0.78 | 0.32 | 22.22 | 0.64 | 0.41 |
| Hex | AD | 58 | 26 | 0 | 31 | 4E | 20 | 16 | 40 | 29 |
| Octal | 255 | 130 | 46 | 0 | 61 | 116 | 40 | 26 | 100 | 51 |
| Binary | 10101101 | 1011000 | 100110 | 0 | 110001 | 1001110 | 100000 | 10110 | 1000000 | 101001 |
Color Harmonies of #AD5826
Complementary color
Monochromatic Colors of #AD5826
Black with #AD5826
Text Example
Text Example
White with #AD5826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5826; }
p { color: rgb(173,88,38); }
H1.HeaderClassName
{
color: #AD5826;
}
.AnyTagClassName
{
color: #AD5826;
}
</style>
background-color css
<style>
a { background-color: #AD5826; }
a { background-color: rgb(173,88,38); }
div.DivClassName
{
background-color: #AD5826;
}
.BgClassName
{
background-color: #AD5826;
}
</style>
border-color css
<style>
span { border-color: #AD5826; }
span { border-color: rgb(173,88,38); }
td.TdClassName
{
border-color: #AD5826;
}
.TagClassName
{
border-color: #AD5826;
}
</style>