Shades of Hot Toddy #AD7421
Tints of Hot Toddy #AD7421
RGB
CMYK
RGB Variations
Color information
#AD7421 (or 0xAD7421) is known color: Hot Toddy. HEX triplet: AD, 74 and 21. RGB value is (173,116,33). Sum of RGB (Red+Green+Blue) = 173+116+33=322 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.73% from 322); Green value is 116 (45.70% from 255 or 36.02% from 322); Blue value is 33 (13.28% from 255 or 10.25% from 322); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7421 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7421 is #528BDE. Grayscale: #7B7B7B. Windows color (decimal): -5409759 or 2192557. OLE color: 2192557.
HSL color Cylindrical-coordinate representation of color #AD7421: hue angle of 35.57º 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 #AD7421 is Cyan = 0, Magento = 0.33, Yellow = 0.81 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 116 | 33 | - |
| CMYK | 0 | 0.33 | 0.81 | 0.32 |
| HSL | 35.57º | 0.68% | 0.4% | - |
| HSV(B) | 35.57º | 0.81% | 0.68% | - |
| XYZ | 23.75 | 21.48 | 4.33 | - |
| YUV | 123.58 | 76.88 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 116 | 33 | 0 | 0.33 | 0.81 | 0.32 | 35.57 | 0.68 | 0.4 |
| Hex | AD | 74 | 21 | 0 | 21 | 51 | 20 | 24 | 44 | 28 |
| Octal | 255 | 164 | 41 | 0 | 41 | 121 | 40 | 44 | 104 | 50 |
| Binary | 10101101 | 1110100 | 100001 | 0 | 100001 | 1010001 | 100000 | 100100 | 1000100 | 101000 |
Color Harmonies of #AD7421
Complementary color
Monochromatic Colors of #AD7421
Black with #AD7421
Text Example
Text Example
White with #AD7421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7421; }
p { color: rgb(173,116,33); }
H1.HeaderClassName
{
color: #AD7421;
}
.AnyTagClassName
{
color: #AD7421;
}
</style>
background-color css
<style>
a { background-color: #AD7421; }
a { background-color: rgb(173,116,33); }
div.DivClassName
{
background-color: #AD7421;
}
.BgClassName
{
background-color: #AD7421;
}
</style>
border-color css
<style>
span { border-color: #AD7421; }
span { border-color: rgb(173,116,33); }
td.TdClassName
{
border-color: #AD7421;
}
.TagClassName
{
border-color: #AD7421;
}
</style>