Shades of Hot Toddy #AD7028
Tints of Hot Toddy #AD7028
RGB
CMYK
RGB Variations
Color information
#AD7028 (or 0xAD7028) is known color: Hot Toddy. HEX triplet: AD, 70 and 28. RGB value is (173,112,40). Sum of RGB (Red+Green+Blue) = 173+112+40=325 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.23% from 325); Green value is 112 (44.14% from 255 or 34.46% from 325); Blue value is 40 (16.02% from 255 or 12.31% from 325); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7028 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7028 is #528FD7. Grayscale: #7A7A7A. Windows color (decimal): -5410776 or 2650285. OLE color: 2650285.
HSL color Cylindrical-coordinate representation of color #AD7028: hue angle of 32.48º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD7028 is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 112 | 40 | - |
| CMYK | 0 | 0.35 | 0.77 | 0.32 |
| HSL | 32.48º | 0.62% | 0.42% | - |
| HSV(B) | 32.48º | 0.77% | 0.68% | - |
| XYZ | 23.41 | 20.63 | 4.75 | - |
| YUV | 122.03 | 81.71 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 112 | 40 | 0 | 0.35 | 0.77 | 0.32 | 32.48 | 0.62 | 0.42 |
| Hex | AD | 70 | 28 | 0 | 23 | 4D | 20 | 20 | 3E | 2A |
| Octal | 255 | 160 | 50 | 0 | 43 | 115 | 40 | 40 | 76 | 52 |
| Binary | 10101101 | 1110000 | 101000 | 0 | 100011 | 1001101 | 100000 | 100000 | 111110 | 101010 |
Color Harmonies of #AD7028
Complementary color
Monochromatic Colors of #AD7028
Black with #AD7028
Text Example
Text Example
White with #AD7028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7028; }
p { color: rgb(173,112,40); }
H1.HeaderClassName
{
color: #AD7028;
}
.AnyTagClassName
{
color: #AD7028;
}
</style>
background-color css
<style>
a { background-color: #AD7028; }
a { background-color: rgb(173,112,40); }
div.DivClassName
{
background-color: #AD7028;
}
.BgClassName
{
background-color: #AD7028;
}
</style>
border-color css
<style>
span { border-color: #AD7028; }
span { border-color: rgb(173,112,40); }
td.TdClassName
{
border-color: #AD7028;
}
.TagClassName
{
border-color: #AD7028;
}
</style>