Shades of Hot Toddy #AD7316
Tints of Hot Toddy #AD7316
RGB
CMYK
RGB Variations
Color information
#AD7316 (or 0xAD7316) is known color: Hot Toddy. HEX triplet: AD, 73 and 16. RGB value is (173,115,22). Sum of RGB (Red+Green+Blue) = 173+115+22=310 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.81% from 310); Green value is 115 (45.31% from 255 or 37.10% from 310); Blue value is 22 (8.98% from 255 or 7.10% from 310); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7316 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7316 is #528CE9. Grayscale: #7A7A7A. Windows color (decimal): -5410026 or 1471405. OLE color: 1471405.
HSL color Cylindrical-coordinate representation of color #AD7316: hue angle of 36.95º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD7316 is Cyan = 0, Magento = 0.34, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 115 | 22 | - |
| CMYK | 0 | 0.34 | 0.87 | 0.32 |
| HSL | 36.95º | 0.77% | 0.38% | - |
| HSV(B) | 36.95º | 0.87% | 0.68% | - |
| XYZ | 23.51 | 21.2 | 3.61 | - |
| YUV | 121.74 | 71.72 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 115 | 22 | 0 | 0.34 | 0.87 | 0.32 | 36.95 | 0.77 | 0.38 |
| Hex | AD | 73 | 16 | 0 | 22 | 57 | 20 | 25 | 4D | 26 |
| Octal | 255 | 163 | 26 | 0 | 42 | 127 | 40 | 45 | 115 | 46 |
| Binary | 10101101 | 1110011 | 10110 | 0 | 100010 | 1010111 | 100000 | 100101 | 1001101 | 100110 |
Color Harmonies of #AD7316
Complementary color
Monochromatic Colors of #AD7316
Black with #AD7316
Text Example
Text Example
White with #AD7316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7316; }
p { color: rgb(173,115,22); }
H1.HeaderClassName
{
color: #AD7316;
}
.AnyTagClassName
{
color: #AD7316;
}
</style>
background-color css
<style>
a { background-color: #AD7316; }
a { background-color: rgb(173,115,22); }
div.DivClassName
{
background-color: #AD7316;
}
.BgClassName
{
background-color: #AD7316;
}
</style>
border-color css
<style>
span { border-color: #AD7316; }
span { border-color: rgb(173,115,22); }
td.TdClassName
{
border-color: #AD7316;
}
.TagClassName
{
border-color: #AD7316;
}
</style>