Shades of Hot Toddy #AD6D22
Tints of Hot Toddy #AD6D22
RGB
CMYK
RGB Variations
Color information
#AD6D22 (or 0xAD6D22) is known color: Hot Toddy. HEX triplet: AD, 6D and 22. RGB value is (173,109,34). Sum of RGB (Red+Green+Blue) = 173+109+34=316 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.75% from 316); Green value is 109 (42.97% from 255 or 34.49% from 316); Blue value is 34 (13.67% from 255 or 10.76% from 316); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6D22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6D22 is #5292DD. Grayscale: #777777. Windows color (decimal): -5411550 or 2256301. OLE color: 2256301.
HSL color Cylindrical-coordinate representation of color #AD6D22: hue angle of 32.37º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD6D22 is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 109 | 34 | - |
| CMYK | 0 | 0.37 | 0.80 | 0.32 |
| HSL | 32.37º | 0.67% | 0.41% | - |
| HSV(B) | 32.37º | 0.8% | 0.68% | - |
| XYZ | 22.99 | 19.94 | 4.15 | - |
| YUV | 119.59 | 79.7 | 166.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 109 | 34 | 0 | 0.37 | 0.80 | 0.32 | 32.37 | 0.67 | 0.41 |
| Hex | AD | 6D | 22 | 0 | 25 | 50 | 20 | 20 | 43 | 29 |
| Octal | 255 | 155 | 42 | 0 | 45 | 120 | 40 | 40 | 103 | 51 |
| Binary | 10101101 | 1101101 | 100010 | 0 | 100101 | 1010000 | 100000 | 100000 | 1000011 | 101001 |
Color Harmonies of #AD6D22
Complementary color
Monochromatic Colors of #AD6D22
Black with #AD6D22
Text Example
Text Example
White with #AD6D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6D22; }
p { color: rgb(173,109,34); }
H1.HeaderClassName
{
color: #AD6D22;
}
.AnyTagClassName
{
color: #AD6D22;
}
</style>
background-color css
<style>
a { background-color: #AD6D22; }
a { background-color: rgb(173,109,34); }
div.DivClassName
{
background-color: #AD6D22;
}
.BgClassName
{
background-color: #AD6D22;
}
</style>
border-color css
<style>
span { border-color: #AD6D22; }
span { border-color: rgb(173,109,34); }
td.TdClassName
{
border-color: #AD6D22;
}
.TagClassName
{
border-color: #AD6D22;
}
</style>