Shades of Fiery Orange #AD5629
Tints of Fiery Orange #AD5629
RGB
CMYK
RGB Variations
Color information
#AD5629 (or 0xAD5629) is known color: Fiery Orange. HEX triplet: AD, 56 and 29. RGB value is (173,86,41). Sum of RGB (Red+Green+Blue) = 173+86+41=300 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.67% from 300); Green value is 86 (33.98% from 255 or 28.67% from 300); Blue value is 41 (16.41% from 255 or 13.67% from 300); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5629 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5629 is #52A9D6. Grayscale: #6B6B6B. Windows color (decimal): -5417431 or 2709165. OLE color: 2709165.
HSL color Cylindrical-coordinate representation of color #AD5629: hue angle of 20.45º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD5629 is Cyan = 0, Magento = 0.50, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 86 | 41 | - |
| CMYK | 0 | 0.50 | 0.76 | 0.32 |
| HSL | 20.45º | 0.62% | 0.42% | - |
| HSV(B) | 20.45º | 0.76% | 0.68% | - |
| XYZ | 20.96 | 15.7 | 4.02 | - |
| YUV | 106.88 | 90.82 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 86 | 41 | 0 | 0.50 | 0.76 | 0.32 | 20.45 | 0.62 | 0.42 |
| Hex | AD | 56 | 29 | 0 | 32 | 4C | 20 | 14 | 3E | 2A |
| Octal | 255 | 126 | 51 | 0 | 62 | 114 | 40 | 24 | 76 | 52 |
| Binary | 10101101 | 1010110 | 101001 | 0 | 110010 | 1001100 | 100000 | 10100 | 111110 | 101010 |
Color Harmonies of #AD5629
Complementary color
Monochromatic Colors of #AD5629
Black with #AD5629
Text Example
Text Example
White with #AD5629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5629; }
p { color: rgb(173,86,41); }
H1.HeaderClassName
{
color: #AD5629;
}
.AnyTagClassName
{
color: #AD5629;
}
</style>
background-color css
<style>
a { background-color: #AD5629; }
a { background-color: rgb(173,86,41); }
div.DivClassName
{
background-color: #AD5629;
}
.BgClassName
{
background-color: #AD5629;
}
</style>
border-color css
<style>
span { border-color: #AD5629; }
span { border-color: rgb(173,86,41); }
td.TdClassName
{
border-color: #AD5629;
}
.TagClassName
{
border-color: #AD5629;
}
</style>