Shades of Fiery Orange #AD5C2C
Tints of Fiery Orange #AD5C2C
RGB
CMYK
RGB Variations
Color information
#AD5C2C (or 0xAD5C2C) is known color: Fiery Orange. HEX triplet: AD, 5C and 2C. RGB value is (173,92,44). Sum of RGB (Red+Green+Blue) = 173+92+44=309 (40% of max value = 765). Red value is 173 (67.97% from 255 or 55.99% from 309); Green value is 92 (36.33% from 255 or 29.77% from 309); Blue value is 44 (17.58% from 255 or 14.24% from 309); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5C2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5C2C is #52A3D3. Grayscale: #6F6F6F. Windows color (decimal): -5415892 or 2907309. OLE color: 2907309.
HSL color Cylindrical-coordinate representation of color #AD5C2C: hue angle of 22.33º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD5C2C is Cyan = 0, Magento = 0.47, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 92 | 44 | - |
| CMYK | 0 | 0.47 | 0.75 | 0.32 |
| HSL | 22.33º | 0.59% | 0.43% | - |
| HSV(B) | 22.33º | 0.75% | 0.68% | - |
| XYZ | 21.52 | 16.72 | 4.48 | - |
| YUV | 110.75 | 90.34 | 172.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 92 | 44 | 0 | 0.47 | 0.75 | 0.32 | 22.33 | 0.59 | 0.43 |
| Hex | AD | 5C | 2C | 0 | 2F | 4B | 20 | 16 | 3B | 2B |
| Octal | 255 | 134 | 54 | 0 | 57 | 113 | 40 | 26 | 73 | 53 |
| Binary | 10101101 | 1011100 | 101100 | 0 | 101111 | 1001011 | 100000 | 10110 | 111011 | 101011 |
Color Harmonies of #AD5C2C
Complementary color
Monochromatic Colors of #AD5C2C
Black with #AD5C2C
Text Example
Text Example
White with #AD5C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5C2C; }
p { color: rgb(173,92,44); }
H1.HeaderClassName
{
color: #AD5C2C;
}
.AnyTagClassName
{
color: #AD5C2C;
}
</style>
background-color css
<style>
a { background-color: #AD5C2C; }
a { background-color: rgb(173,92,44); }
div.DivClassName
{
background-color: #AD5C2C;
}
.BgClassName
{
background-color: #AD5C2C;
}
</style>
border-color css
<style>
span { border-color: #AD5C2C; }
span { border-color: rgb(173,92,44); }
td.TdClassName
{
border-color: #AD5C2C;
}
.TagClassName
{
border-color: #AD5C2C;
}
</style>