Shades of Hot Toddy #AD701C
Tints of Hot Toddy #AD701C
RGB
CMYK
RGB Variations
Color information
#AD701C (or 0xAD701C) is known color: Hot Toddy. HEX triplet: AD, 70 and 1C. RGB value is (173,112,28). Sum of RGB (Red+Green+Blue) = 173+112+28=313 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.27% from 313); Green value is 112 (44.14% from 255 or 35.78% from 313); Blue value is 28 (11.33% from 255 or 8.95% from 313); Max value from RGB is 173 - color contains mainly: red. Hex color #AD701C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD701C is #528FE3. Grayscale: #797979. Windows color (decimal): -5410788 or 1863853. OLE color: 1863853.
HSL color Cylindrical-coordinate representation of color #AD701C: hue angle of 34.76º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD701C is Cyan = 0, Magento = 0.35, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 112 | 28 | - |
| CMYK | 0 | 0.35 | 0.84 | 0.32 |
| HSL | 34.76º | 0.72% | 0.39% | - |
| HSV(B) | 34.76º | 0.84% | 0.68% | - |
| XYZ | 23.24 | 20.56 | 3.84 | - |
| YUV | 120.66 | 75.71 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 112 | 28 | 0 | 0.35 | 0.84 | 0.32 | 34.76 | 0.72 | 0.39 |
| Hex | AD | 70 | 1C | 0 | 23 | 54 | 20 | 23 | 48 | 27 |
| Octal | 255 | 160 | 34 | 0 | 43 | 124 | 40 | 43 | 110 | 47 |
| Binary | 10101101 | 1110000 | 11100 | 0 | 100011 | 1010100 | 100000 | 100011 | 1001000 | 100111 |
Color Harmonies of #AD701C
Complementary color
Monochromatic Colors of #AD701C
Black with #AD701C
Text Example
Text Example
White with #AD701C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD701C; }
p { color: rgb(173,112,28); }
H1.HeaderClassName
{
color: #AD701C;
}
.AnyTagClassName
{
color: #AD701C;
}
</style>
background-color css
<style>
a { background-color: #AD701C; }
a { background-color: rgb(173,112,28); }
div.DivClassName
{
background-color: #AD701C;
}
.BgClassName
{
background-color: #AD701C;
}
</style>
border-color css
<style>
span { border-color: #AD701C; }
span { border-color: rgb(173,112,28); }
td.TdClassName
{
border-color: #AD701C;
}
.TagClassName
{
border-color: #AD701C;
}
</style>