Shades of Hot Toddy #AD681D
Tints of Hot Toddy #AD681D
RGB
CMYK
RGB Variations
Color information
#AD681D (or 0xAD681D) is known color: Hot Toddy. HEX triplet: AD, 68 and 1D. RGB value is (173,104,29). Sum of RGB (Red+Green+Blue) = 173+104+29=306 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.54% from 306); Green value is 104 (41.02% from 255 or 33.99% from 306); Blue value is 29 (11.72% from 255 or 9.48% from 306); Max value from RGB is 173 - color contains mainly: red. Hex color #AD681D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD681D is #5297E2. Grayscale: #747474. Windows color (decimal): -5412835 or 1927341. OLE color: 1927341.
HSL color Cylindrical-coordinate representation of color #AD681D: hue angle of 31.25º 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 #AD681D is Cyan = 0, Magento = 0.40, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 104 | 29 | - |
| CMYK | 0 | 0.40 | 0.83 | 0.32 |
| HSL | 31.25º | 0.71% | 0.4% | - |
| HSV(B) | 31.25º | 0.83% | 0.68% | - |
| XYZ | 22.41 | 18.87 | 3.62 | - |
| YUV | 116.08 | 78.86 | 168.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 104 | 29 | 0 | 0.40 | 0.83 | 0.32 | 31.25 | 0.71 | 0.4 |
| Hex | AD | 68 | 1D | 0 | 28 | 53 | 20 | 1F | 47 | 28 |
| Octal | 255 | 150 | 35 | 0 | 50 | 123 | 40 | 37 | 107 | 50 |
| Binary | 10101101 | 1101000 | 11101 | 0 | 101000 | 1010011 | 100000 | 11111 | 1000111 | 101000 |
Color Harmonies of #AD681D
Complementary color
Monochromatic Colors of #AD681D
Black with #AD681D
Text Example
Text Example
White with #AD681D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD681D; }
p { color: rgb(173,104,29); }
H1.HeaderClassName
{
color: #AD681D;
}
.AnyTagClassName
{
color: #AD681D;
}
</style>
background-color css
<style>
a { background-color: #AD681D; }
a { background-color: rgb(173,104,29); }
div.DivClassName
{
background-color: #AD681D;
}
.BgClassName
{
background-color: #AD681D;
}
</style>
border-color css
<style>
span { border-color: #AD681D; }
span { border-color: rgb(173,104,29); }
td.TdClassName
{
border-color: #AD681D;
}
.TagClassName
{
border-color: #AD681D;
}
</style>