Shades of Fiery Orange #AD5825
Tints of Fiery Orange #AD5825
RGB
CMYK
RGB Variations
Color information
#AD5825 (or 0xAD5825) is known color: Fiery Orange. HEX triplet: AD, 58 and 25. RGB value is (173,88,37). Sum of RGB (Red+Green+Blue) = 173+88+37=298 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.05% from 298); Green value is 88 (34.77% from 255 or 29.53% from 298); Blue value is 37 (14.84% from 255 or 12.42% from 298); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5825 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5825 is #52A7DA. Grayscale: #6B6B6B. Windows color (decimal): -5416923 or 2447533. OLE color: 2447533.
HSL color Cylindrical-coordinate representation of color #AD5825: hue angle of 22.5º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD5825 is Cyan = 0, Magento = 0.49, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 88 | 37 | - |
| CMYK | 0 | 0.49 | 0.79 | 0.32 |
| HSL | 22.5º | 0.65% | 0.41% | - |
| HSV(B) | 22.5º | 0.79% | 0.68% | - |
| XYZ | 21.06 | 16 | 3.73 | - |
| YUV | 107.6 | 88.16 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 88 | 37 | 0 | 0.49 | 0.79 | 0.32 | 22.5 | 0.65 | 0.41 |
| Hex | AD | 58 | 25 | 0 | 31 | 4F | 20 | 16 | 41 | 29 |
| Octal | 255 | 130 | 45 | 0 | 61 | 117 | 40 | 26 | 101 | 51 |
| Binary | 10101101 | 1011000 | 100101 | 0 | 110001 | 1001111 | 100000 | 10110 | 1000001 | 101001 |
Color Harmonies of #AD5825
Complementary color
Monochromatic Colors of #AD5825
Black with #AD5825
Text Example
Text Example
White with #AD5825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5825; }
p { color: rgb(173,88,37); }
H1.HeaderClassName
{
color: #AD5825;
}
.AnyTagClassName
{
color: #AD5825;
}
</style>
background-color css
<style>
a { background-color: #AD5825; }
a { background-color: rgb(173,88,37); }
div.DivClassName
{
background-color: #AD5825;
}
.BgClassName
{
background-color: #AD5825;
}
</style>
border-color css
<style>
span { border-color: #AD5825; }
span { border-color: rgb(173,88,37); }
td.TdClassName
{
border-color: #AD5825;
}
.TagClassName
{
border-color: #AD5825;
}
</style>