Shades of Hot Toddy #AD701A
Tints of Hot Toddy #AD701A
RGB
CMYK
RGB Variations
Color information
#AD701A (or 0xAD701A) is known color: Hot Toddy. HEX triplet: AD, 70 and 1A. RGB value is (173,112,26). Sum of RGB (Red+Green+Blue) = 173+112+26=311 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.63% from 311); Green value is 112 (44.14% from 255 or 36.01% from 311); Blue value is 26 (10.55% from 255 or 8.36% from 311); Max value from RGB is 173 - color contains mainly: red. Hex color #AD701A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD701A is #528FE5. Grayscale: #787878. Windows color (decimal): -5410790 or 1732781. OLE color: 1732781.
HSL color Cylindrical-coordinate representation of color #AD701A: hue angle of 35.1º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AD701A is Cyan = 0, Magento = 0.35, Yellow = 0.85 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 112 | 26 | - |
| CMYK | 0 | 0.35 | 0.85 | 0.32 |
| HSL | 35.1º | 0.74% | 0.39% | - |
| HSV(B) | 35.1º | 0.85% | 0.68% | - |
| XYZ | 23.21 | 20.55 | 3.72 | - |
| YUV | 120.44 | 74.71 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 112 | 26 | 0 | 0.35 | 0.85 | 0.32 | 35.1 | 0.74 | 0.39 |
| Hex | AD | 70 | 1A | 0 | 23 | 55 | 20 | 23 | 4A | 27 |
| Octal | 255 | 160 | 32 | 0 | 43 | 125 | 40 | 43 | 112 | 47 |
| Binary | 10101101 | 1110000 | 11010 | 0 | 100011 | 1010101 | 100000 | 100011 | 1001010 | 100111 |
Color Harmonies of #AD701A
Complementary color
Monochromatic Colors of #AD701A
Black with #AD701A
Text Example
Text Example
White with #AD701A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD701A; }
p { color: rgb(173,112,26); }
H1.HeaderClassName
{
color: #AD701A;
}
.AnyTagClassName
{
color: #AD701A;
}
</style>
background-color css
<style>
a { background-color: #AD701A; }
a { background-color: rgb(173,112,26); }
div.DivClassName
{
background-color: #AD701A;
}
.BgClassName
{
background-color: #AD701A;
}
</style>
border-color css
<style>
span { border-color: #AD701A; }
span { border-color: rgb(173,112,26); }
td.TdClassName
{
border-color: #AD701A;
}
.TagClassName
{
border-color: #AD701A;
}
</style>