Shades of Hot Toddy #AD7320
Tints of Hot Toddy #AD7320
RGB
CMYK
RGB Variations
Color information
#AD7320 (or 0xAD7320) is known color: Hot Toddy. HEX triplet: AD, 73 and 20. RGB value is (173,115,32). Sum of RGB (Red+Green+Blue) = 173+115+32=320 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.06% from 320); Green value is 115 (45.31% from 255 or 35.94% from 320); Blue value is 32 (12.89% from 255 or 10% from 320); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7320 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7320 is #528CDF. Grayscale: #7B7B7B. Windows color (decimal): -5410016 or 2126765. OLE color: 2126765.
HSL color Cylindrical-coordinate representation of color #AD7320: hue angle of 35.32º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD7320 is Cyan = 0, Magento = 0.34, Yellow = 0.82 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 115 | 32 | - |
| CMYK | 0 | 0.34 | 0.82 | 0.32 |
| HSL | 35.32º | 0.69% | 0.4% | - |
| HSV(B) | 35.32º | 0.82% | 0.68% | - |
| XYZ | 23.63 | 21.25 | 4.22 | - |
| YUV | 122.88 | 76.72 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 115 | 32 | 0 | 0.34 | 0.82 | 0.32 | 35.32 | 0.69 | 0.4 |
| Hex | AD | 73 | 20 | 0 | 22 | 52 | 20 | 23 | 45 | 28 |
| Octal | 255 | 163 | 40 | 0 | 42 | 122 | 40 | 43 | 105 | 50 |
| Binary | 10101101 | 1110011 | 100000 | 0 | 100010 | 1010010 | 100000 | 100011 | 1000101 | 101000 |
Color Harmonies of #AD7320
Complementary color
Monochromatic Colors of #AD7320
Black with #AD7320
Text Example
Text Example
White with #AD7320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7320; }
p { color: rgb(173,115,32); }
H1.HeaderClassName
{
color: #AD7320;
}
.AnyTagClassName
{
color: #AD7320;
}
</style>
background-color css
<style>
a { background-color: #AD7320; }
a { background-color: rgb(173,115,32); }
div.DivClassName
{
background-color: #AD7320;
}
.BgClassName
{
background-color: #AD7320;
}
</style>
border-color css
<style>
span { border-color: #AD7320; }
span { border-color: rgb(173,115,32); }
td.TdClassName
{
border-color: #AD7320;
}
.TagClassName
{
border-color: #AD7320;
}
</style>