Shades of Hot Toddy #AD7219
Tints of Hot Toddy #AD7219
RGB
CMYK
RGB Variations
Color information
#AD7219 (or 0xAD7219) is known color: Hot Toddy. HEX triplet: AD, 72 and 19. RGB value is (173,114,25). Sum of RGB (Red+Green+Blue) = 173+114+25=312 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.45% from 312); Green value is 114 (44.92% from 255 or 36.54% from 312); Blue value is 25 (10.16% from 255 or 8.01% from 312); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7219 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7219 is #528DE6. Grayscale: #797979. Windows color (decimal): -5410279 or 1667757. OLE color: 1667757.
HSL color Cylindrical-coordinate representation of color #AD7219: hue angle of 36.08º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD7219 is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 114 | 25 | - |
| CMYK | 0 | 0.34 | 0.86 | 0.32 |
| HSL | 36.08º | 0.75% | 0.39% | - |
| HSV(B) | 36.08º | 0.86% | 0.68% | - |
| XYZ | 23.43 | 20.99 | 3.74 | - |
| YUV | 121.5 | 73.55 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 114 | 25 | 0 | 0.34 | 0.86 | 0.32 | 36.08 | 0.75 | 0.39 |
| Hex | AD | 72 | 19 | 0 | 22 | 56 | 20 | 24 | 4B | 27 |
| Octal | 255 | 162 | 31 | 0 | 42 | 126 | 40 | 44 | 113 | 47 |
| Binary | 10101101 | 1110010 | 11001 | 0 | 100010 | 1010110 | 100000 | 100100 | 1001011 | 100111 |
Color Harmonies of #AD7219
Complementary color
Monochromatic Colors of #AD7219
Black with #AD7219
Text Example
Text Example
White with #AD7219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7219; }
p { color: rgb(173,114,25); }
H1.HeaderClassName
{
color: #AD7219;
}
.AnyTagClassName
{
color: #AD7219;
}
</style>
background-color css
<style>
a { background-color: #AD7219; }
a { background-color: rgb(173,114,25); }
div.DivClassName
{
background-color: #AD7219;
}
.BgClassName
{
background-color: #AD7219;
}
</style>
border-color css
<style>
span { border-color: #AD7219; }
span { border-color: rgb(173,114,25); }
td.TdClassName
{
border-color: #AD7219;
}
.TagClassName
{
border-color: #AD7219;
}
</style>