Shades of Fiery Orange #AD5C27
Tints of Fiery Orange #AD5C27
RGB
CMYK
RGB Variations
Color information
#AD5C27 (or 0xAD5C27) is known color: Fiery Orange. HEX triplet: AD, 5C and 27. RGB value is (173,92,39). Sum of RGB (Red+Green+Blue) = 173+92+39=304 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.91% from 304); Green value is 92 (36.33% from 255 or 30.26% from 304); Blue value is 39 (15.62% from 255 or 12.83% from 304); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5C27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5C27 is #52A3D8. Grayscale: #6E6E6E. Windows color (decimal): -5415897 or 2579629. OLE color: 2579629.
HSL color Cylindrical-coordinate representation of color #AD5C27: hue angle of 23.73º degrees, saturation: 0.63, 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 #AD5C27 is Cyan = 0, Magento = 0.47, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 92 | 39 | - |
| CMYK | 0 | 0.47 | 0.77 | 0.32 |
| HSL | 23.73º | 0.63% | 0.42% | - |
| HSV(B) | 23.73º | 0.77% | 0.68% | - |
| XYZ | 21.43 | 16.69 | 4.01 | - |
| YUV | 110.18 | 87.84 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 92 | 39 | 0 | 0.47 | 0.77 | 0.32 | 23.73 | 0.63 | 0.42 |
| Hex | AD | 5C | 27 | 0 | 2F | 4D | 20 | 18 | 3F | 2A |
| Octal | 255 | 134 | 47 | 0 | 57 | 115 | 40 | 30 | 77 | 52 |
| Binary | 10101101 | 1011100 | 100111 | 0 | 101111 | 1001101 | 100000 | 11000 | 111111 | 101010 |
Color Harmonies of #AD5C27
Complementary color
Monochromatic Colors of #AD5C27
Black with #AD5C27
Text Example
Text Example
White with #AD5C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5C27; }
p { color: rgb(173,92,39); }
H1.HeaderClassName
{
color: #AD5C27;
}
.AnyTagClassName
{
color: #AD5C27;
}
</style>
background-color css
<style>
a { background-color: #AD5C27; }
a { background-color: rgb(173,92,39); }
div.DivClassName
{
background-color: #AD5C27;
}
.BgClassName
{
background-color: #AD5C27;
}
</style>
border-color css
<style>
span { border-color: #AD5C27; }
span { border-color: rgb(173,92,39); }
td.TdClassName
{
border-color: #AD5C27;
}
.TagClassName
{
border-color: #AD5C27;
}
</style>