Shades of Hot Toddy #AD7021
Tints of Hot Toddy #AD7021
RGB
CMYK
RGB Variations
Color information
#AD7021 (or 0xAD7021) is known color: Hot Toddy. HEX triplet: AD, 70 and 21. RGB value is (173,112,33). Sum of RGB (Red+Green+Blue) = 173+112+33=318 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.40% from 318); Green value is 112 (44.14% from 255 or 35.22% from 318); Blue value is 33 (13.28% from 255 or 10.38% from 318); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7021 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7021 is #528FDE. Grayscale: #797979. Windows color (decimal): -5410783 or 2191533. OLE color: 2191533.
HSL color Cylindrical-coordinate representation of color #AD7021: hue angle of 33.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 #AD7021 is Cyan = 0, Magento = 0.35, Yellow = 0.81 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 112 | 33 | - |
| CMYK | 0 | 0.35 | 0.81 | 0.32 |
| HSL | 33.86º | 0.68% | 0.4% | - |
| HSV(B) | 33.86º | 0.81% | 0.68% | - |
| XYZ | 23.3 | 20.58 | 4.18 | - |
| YUV | 121.23 | 78.21 | 164.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 112 | 33 | 0 | 0.35 | 0.81 | 0.32 | 33.86 | 0.68 | 0.4 |
| Hex | AD | 70 | 21 | 0 | 23 | 51 | 20 | 22 | 44 | 28 |
| Octal | 255 | 160 | 41 | 0 | 43 | 121 | 40 | 42 | 104 | 50 |
| Binary | 10101101 | 1110000 | 100001 | 0 | 100011 | 1010001 | 100000 | 100010 | 1000100 | 101000 |
Color Harmonies of #AD7021
Complementary color
Monochromatic Colors of #AD7021
Black with #AD7021
Text Example
Text Example
White with #AD7021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7021; }
p { color: rgb(173,112,33); }
H1.HeaderClassName
{
color: #AD7021;
}
.AnyTagClassName
{
color: #AD7021;
}
</style>
background-color css
<style>
a { background-color: #AD7021; }
a { background-color: rgb(173,112,33); }
div.DivClassName
{
background-color: #AD7021;
}
.BgClassName
{
background-color: #AD7021;
}
</style>
border-color css
<style>
span { border-color: #AD7021; }
span { border-color: rgb(173,112,33); }
td.TdClassName
{
border-color: #AD7021;
}
.TagClassName
{
border-color: #AD7021;
}
</style>