Shades of Fiery Orange #AD5E2C
Tints of Fiery Orange #AD5E2C
RGB
CMYK
RGB Variations
Color information
#AD5E2C (or 0xAD5E2C) is known color: Fiery Orange. HEX triplet: AD, 5E and 2C. RGB value is (173,94,44). Sum of RGB (Red+Green+Blue) = 173+94+44=311 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.63% from 311); Green value is 94 (37.11% from 255 or 30.23% from 311); Blue value is 44 (17.58% from 255 or 14.15% from 311); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5E2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5E2C is #52A1D3. Grayscale: #707070. Windows color (decimal): -5415380 or 2907821. OLE color: 2907821.
HSL color Cylindrical-coordinate representation of color #AD5E2C: hue angle of 23.26º 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 #AD5E2C is Cyan = 0, Magento = 0.46, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 94 | 44 | - |
| CMYK | 0 | 0.46 | 0.75 | 0.32 |
| HSL | 23.26º | 0.59% | 0.43% | - |
| HSV(B) | 23.26º | 0.75% | 0.68% | - |
| XYZ | 21.69 | 17.07 | 4.53 | - |
| YUV | 111.92 | 89.67 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 94 | 44 | 0 | 0.46 | 0.75 | 0.32 | 23.26 | 0.59 | 0.43 |
| Hex | AD | 5E | 2C | 0 | 2E | 4B | 20 | 17 | 3B | 2B |
| Octal | 255 | 136 | 54 | 0 | 56 | 113 | 40 | 27 | 73 | 53 |
| Binary | 10101101 | 1011110 | 101100 | 0 | 101110 | 1001011 | 100000 | 10111 | 111011 | 101011 |
Color Harmonies of #AD5E2C
Complementary color
Monochromatic Colors of #AD5E2C
Black with #AD5E2C
Text Example
Text Example
White with #AD5E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5E2C; }
p { color: rgb(173,94,44); }
H1.HeaderClassName
{
color: #AD5E2C;
}
.AnyTagClassName
{
color: #AD5E2C;
}
</style>
background-color css
<style>
a { background-color: #AD5E2C; }
a { background-color: rgb(173,94,44); }
div.DivClassName
{
background-color: #AD5E2C;
}
.BgClassName
{
background-color: #AD5E2C;
}
</style>
border-color css
<style>
span { border-color: #AD5E2C; }
span { border-color: rgb(173,94,44); }
td.TdClassName
{
border-color: #AD5E2C;
}
.TagClassName
{
border-color: #AD5E2C;
}
</style>