Shades of Hot Toddy #AD6921
Tints of Hot Toddy #AD6921
RGB
CMYK
RGB Variations
Color information
#AD6921 (or 0xAD6921) is known color: Hot Toddy. HEX triplet: AD, 69 and 21. RGB value is (173,105,33). Sum of RGB (Red+Green+Blue) = 173+105+33=311 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.63% from 311); Green value is 105 (41.41% from 255 or 33.76% from 311); Blue value is 33 (13.28% from 255 or 10.61% from 311); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6921 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6921 is #5296DE. Grayscale: #757575. Windows color (decimal): -5412575 or 2189741. OLE color: 2189741.
HSL color Cylindrical-coordinate representation of color #AD6921: hue angle of 30.86º 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 #AD6921 is Cyan = 0, Magento = 0.39, Yellow = 0.81 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 105 | 33 | - |
| CMYK | 0 | 0.39 | 0.81 | 0.32 |
| HSL | 30.86º | 0.68% | 0.4% | - |
| HSV(B) | 30.86º | 0.81% | 0.68% | - |
| XYZ | 22.56 | 19.1 | 3.94 | - |
| YUV | 117.12 | 80.53 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 105 | 33 | 0 | 0.39 | 0.81 | 0.32 | 30.86 | 0.68 | 0.4 |
| Hex | AD | 69 | 21 | 0 | 27 | 51 | 20 | 1F | 44 | 28 |
| Octal | 255 | 151 | 41 | 0 | 47 | 121 | 40 | 37 | 104 | 50 |
| Binary | 10101101 | 1101001 | 100001 | 0 | 100111 | 1010001 | 100000 | 11111 | 1000100 | 101000 |
Color Harmonies of #AD6921
Complementary color
Monochromatic Colors of #AD6921
Black with #AD6921
Text Example
Text Example
White with #AD6921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6921; }
p { color: rgb(173,105,33); }
H1.HeaderClassName
{
color: #AD6921;
}
.AnyTagClassName
{
color: #AD6921;
}
</style>
background-color css
<style>
a { background-color: #AD6921; }
a { background-color: rgb(173,105,33); }
div.DivClassName
{
background-color: #AD6921;
}
.BgClassName
{
background-color: #AD6921;
}
</style>
border-color css
<style>
span { border-color: #AD6921; }
span { border-color: rgb(173,105,33); }
td.TdClassName
{
border-color: #AD6921;
}
.TagClassName
{
border-color: #AD6921;
}
</style>