Shades of Hot Toddy #AD6B21
Tints of Hot Toddy #AD6B21
RGB
CMYK
RGB Variations
Color information
#AD6B21 (or 0xAD6B21) is known color: Hot Toddy. HEX triplet: AD, 6B and 21. RGB value is (173,107,33). Sum of RGB (Red+Green+Blue) = 173+107+33=313 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.27% from 313); Green value is 107 (42.19% from 255 or 34.19% from 313); Blue value is 33 (13.28% from 255 or 10.54% from 313); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6B21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6B21 is #5294DE. Grayscale: #767676. Windows color (decimal): -5412063 or 2190253. OLE color: 2190253.
HSL color Cylindrical-coordinate representation of color #AD6B21: hue angle of 31.71º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AD6B21 is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 107 | 33 | - |
| CMYK | 0 | 0.38 | 0.81 | 0.32 |
| HSL | 31.71º | 0.68% | 0.4% | - |
| HSV(B) | 31.71º | 0.81% | 0.68% | - |
| XYZ | 22.77 | 19.51 | 4 | - |
| YUV | 118.3 | 79.87 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 107 | 33 | 0 | 0.38 | 0.81 | 0.32 | 31.71 | 0.68 | 0.4 |
| Hex | AD | 6B | 21 | 0 | 26 | 51 | 20 | 20 | 44 | 28 |
| Octal | 255 | 153 | 41 | 0 | 46 | 121 | 40 | 40 | 104 | 50 |
| Binary | 10101101 | 1101011 | 100001 | 0 | 100110 | 1010001 | 100000 | 100000 | 1000100 | 101000 |
Color Harmonies of #AD6B21
Complementary color
Monochromatic Colors of #AD6B21
Black with #AD6B21
Text Example
Text Example
White with #AD6B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6B21; }
p { color: rgb(173,107,33); }
H1.HeaderClassName
{
color: #AD6B21;
}
.AnyTagClassName
{
color: #AD6B21;
}
</style>
background-color css
<style>
a { background-color: #AD6B21; }
a { background-color: rgb(173,107,33); }
div.DivClassName
{
background-color: #AD6B21;
}
.BgClassName
{
background-color: #AD6B21;
}
</style>
border-color css
<style>
span { border-color: #AD6B21; }
span { border-color: rgb(173,107,33); }
td.TdClassName
{
border-color: #AD6B21;
}
.TagClassName
{
border-color: #AD6B21;
}
</style>