Shades of Hot Toddy #AD7919
Tints of Hot Toddy #AD7919
RGB
CMYK
RGB Variations
Color information
#AD7919 (or 0xAD7919) is known color: Hot Toddy. HEX triplet: AD, 79 and 19. RGB value is (173,121,25). Sum of RGB (Red+Green+Blue) = 173+121+25=319 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.23% from 319); Green value is 121 (47.66% from 255 or 37.93% from 319); Blue value is 25 (10.16% from 255 or 7.84% from 319); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7919 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7919 is #5286E6. Grayscale: #7E7E7E. Windows color (decimal): -5408487 or 1669549. OLE color: 1669549.
HSL color Cylindrical-coordinate representation of color #AD7919: hue angle of 38.92º 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 #AD7919 is Cyan = 0, Magento = 0.30, Yellow = 0.86 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 121 | 25 | - |
| CMYK | 0 | 0.30 | 0.86 | 0.32 |
| HSL | 38.92º | 0.75% | 0.39% | - |
| HSV(B) | 38.92º | 0.86% | 0.68% | - |
| XYZ | 24.25 | 22.63 | 4.01 | - |
| YUV | 125.6 | 71.23 | 161.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 121 | 25 | 0 | 0.30 | 0.86 | 0.32 | 38.92 | 0.75 | 0.39 |
| Hex | AD | 79 | 19 | 0 | 1E | 56 | 20 | 27 | 4B | 27 |
| Octal | 255 | 171 | 31 | 0 | 36 | 126 | 40 | 47 | 113 | 47 |
| Binary | 10101101 | 1111001 | 11001 | 0 | 11110 | 1010110 | 100000 | 100111 | 1001011 | 100111 |
Color Harmonies of #AD7919
Complementary color
Monochromatic Colors of #AD7919
Black with #AD7919
Text Example
Text Example
White with #AD7919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7919; }
p { color: rgb(173,121,25); }
H1.HeaderClassName
{
color: #AD7919;
}
.AnyTagClassName
{
color: #AD7919;
}
</style>
background-color css
<style>
a { background-color: #AD7919; }
a { background-color: rgb(173,121,25); }
div.DivClassName
{
background-color: #AD7919;
}
.BgClassName
{
background-color: #AD7919;
}
</style>
border-color css
<style>
span { border-color: #AD7919; }
span { border-color: rgb(173,121,25); }
td.TdClassName
{
border-color: #AD7919;
}
.TagClassName
{
border-color: #AD7919;
}
</style>