Shades of Hot Toddy #AD701D
Tints of Hot Toddy #AD701D
RGB
CMYK
RGB Variations
Color information
#AD701D (or 0xAD701D) is known color: Hot Toddy. HEX triplet: AD, 70 and 1D. RGB value is (173,112,29). Sum of RGB (Red+Green+Blue) = 173+112+29=314 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.10% from 314); Green value is 112 (44.14% from 255 or 35.67% from 314); Blue value is 29 (11.72% from 255 or 9.24% from 314); Max value from RGB is 173 - color contains mainly: red. Hex color #AD701D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD701D is #528FE2. Grayscale: #797979. Windows color (decimal): -5410787 or 1929389. OLE color: 1929389.
HSL color Cylindrical-coordinate representation of color #AD701D: hue angle of 34.58º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD701D is Cyan = 0, Magento = 0.35, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 112 | 29 | - |
| CMYK | 0 | 0.35 | 0.83 | 0.32 |
| HSL | 34.58º | 0.71% | 0.4% | - |
| HSV(B) | 34.58º | 0.83% | 0.68% | - |
| XYZ | 23.25 | 20.56 | 3.91 | - |
| YUV | 120.78 | 76.21 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 112 | 29 | 0 | 0.35 | 0.83 | 0.32 | 34.58 | 0.71 | 0.4 |
| Hex | AD | 70 | 1D | 0 | 23 | 53 | 20 | 23 | 47 | 28 |
| Octal | 255 | 160 | 35 | 0 | 43 | 123 | 40 | 43 | 107 | 50 |
| Binary | 10101101 | 1110000 | 11101 | 0 | 100011 | 1010011 | 100000 | 100011 | 1000111 | 101000 |
Color Harmonies of #AD701D
Complementary color
Monochromatic Colors of #AD701D
Black with #AD701D
Text Example
Text Example
White with #AD701D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD701D; }
p { color: rgb(173,112,29); }
H1.HeaderClassName
{
color: #AD701D;
}
.AnyTagClassName
{
color: #AD701D;
}
</style>
background-color css
<style>
a { background-color: #AD701D; }
a { background-color: rgb(173,112,29); }
div.DivClassName
{
background-color: #AD701D;
}
.BgClassName
{
background-color: #AD701D;
}
</style>
border-color css
<style>
span { border-color: #AD701D; }
span { border-color: rgb(173,112,29); }
td.TdClassName
{
border-color: #AD701D;
}
.TagClassName
{
border-color: #AD701D;
}
</style>