Shades of Fiery Orange #AD5728
Tints of Fiery Orange #AD5728
RGB
CMYK
RGB Variations
Color information
#AD5728 (or 0xAD5728) is known color: Fiery Orange. HEX triplet: AD, 57 and 28. RGB value is (173,87,40). Sum of RGB (Red+Green+Blue) = 173+87+40=300 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.67% from 300); Green value is 87 (34.38% from 255 or 29% from 300); Blue value is 40 (16.02% from 255 or 13.33% from 300); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5728 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5728 is #52A8D7. Grayscale: #6B6B6B. Windows color (decimal): -5417176 or 2643885. OLE color: 2643885.
HSL color Cylindrical-coordinate representation of color #AD5728: hue angle of 21.2º 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 #AD5728 is Cyan = 0, Magento = 0.50, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 87 | 40 | - |
| CMYK | 0 | 0.50 | 0.77 | 0.32 |
| HSL | 21.2º | 0.62% | 0.42% | - |
| HSV(B) | 21.2º | 0.77% | 0.68% | - |
| XYZ | 21.02 | 15.85 | 3.96 | - |
| YUV | 107.36 | 89.99 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 87 | 40 | 0 | 0.50 | 0.77 | 0.32 | 21.2 | 0.62 | 0.42 |
| Hex | AD | 57 | 28 | 0 | 32 | 4D | 20 | 15 | 3E | 2A |
| Octal | 255 | 127 | 50 | 0 | 62 | 115 | 40 | 25 | 76 | 52 |
| Binary | 10101101 | 1010111 | 101000 | 0 | 110010 | 1001101 | 100000 | 10101 | 111110 | 101010 |
Color Harmonies of #AD5728
Complementary color
Monochromatic Colors of #AD5728
Black with #AD5728
Text Example
Text Example
White with #AD5728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5728; }
p { color: rgb(173,87,40); }
H1.HeaderClassName
{
color: #AD5728;
}
.AnyTagClassName
{
color: #AD5728;
}
</style>
background-color css
<style>
a { background-color: #AD5728; }
a { background-color: rgb(173,87,40); }
div.DivClassName
{
background-color: #AD5728;
}
.BgClassName
{
background-color: #AD5728;
}
</style>
border-color css
<style>
span { border-color: #AD5728; }
span { border-color: rgb(173,87,40); }
td.TdClassName
{
border-color: #AD5728;
}
.TagClassName
{
border-color: #AD5728;
}
</style>