Shades of Hot Toddy #AD7319
Tints of Hot Toddy #AD7319
RGB
CMYK
RGB Variations
Color information
#AD7319 (or 0xAD7319) is known color: Hot Toddy. HEX triplet: AD, 73 and 19. RGB value is (173,115,25). Sum of RGB (Red+Green+Blue) = 173+115+25=313 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.27% from 313); Green value is 115 (45.31% from 255 or 36.74% from 313); Blue value is 25 (10.16% from 255 or 7.99% from 313); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7319 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7319 is #528CE6. Grayscale: #7A7A7A. Windows color (decimal): -5410023 or 1668013. OLE color: 1668013.
HSL color Cylindrical-coordinate representation of color #AD7319: hue angle of 36.49º 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 #AD7319 is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 115 | 25 | - |
| CMYK | 0 | 0.34 | 0.86 | 0.32 |
| HSL | 36.49º | 0.75% | 0.39% | - |
| HSV(B) | 36.49º | 0.86% | 0.68% | - |
| XYZ | 23.54 | 21.22 | 3.77 | - |
| YUV | 122.08 | 73.22 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 115 | 25 | 0 | 0.34 | 0.86 | 0.32 | 36.49 | 0.75 | 0.39 |
| Hex | AD | 73 | 19 | 0 | 22 | 56 | 20 | 24 | 4B | 27 |
| Octal | 255 | 163 | 31 | 0 | 42 | 126 | 40 | 44 | 113 | 47 |
| Binary | 10101101 | 1110011 | 11001 | 0 | 100010 | 1010110 | 100000 | 100100 | 1001011 | 100111 |
Color Harmonies of #AD7319
Complementary color
Monochromatic Colors of #AD7319
Black with #AD7319
Text Example
Text Example
White with #AD7319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7319; }
p { color: rgb(173,115,25); }
H1.HeaderClassName
{
color: #AD7319;
}
.AnyTagClassName
{
color: #AD7319;
}
</style>
background-color css
<style>
a { background-color: #AD7319; }
a { background-color: rgb(173,115,25); }
div.DivClassName
{
background-color: #AD7319;
}
.BgClassName
{
background-color: #AD7319;
}
</style>
border-color css
<style>
span { border-color: #AD7319; }
span { border-color: rgb(173,115,25); }
td.TdClassName
{
border-color: #AD7319;
}
.TagClassName
{
border-color: #AD7319;
}
</style>