Shades of Hot Toddy #AD7128
Tints of Hot Toddy #AD7128
RGB
CMYK
RGB Variations
Color information
#AD7128 (or 0xAD7128) is known color: Hot Toddy. HEX triplet: AD, 71 and 28. RGB value is (173,113,40). Sum of RGB (Red+Green+Blue) = 173+113+40=326 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.07% from 326); Green value is 113 (44.53% from 255 or 34.66% from 326); Blue value is 40 (16.02% from 255 or 12.27% from 326); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7128 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7128 is #528ED7. Grayscale: #7A7A7A. Windows color (decimal): -5410520 or 2650541. OLE color: 2650541.
HSL color Cylindrical-coordinate representation of color #AD7128: hue angle of 32.93º 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 #AD7128 is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 113 | 40 | - |
| CMYK | 0 | 0.35 | 0.77 | 0.32 |
| HSL | 32.93º | 0.62% | 0.42% | - |
| HSV(B) | 32.93º | 0.77% | 0.68% | - |
| XYZ | 23.52 | 20.85 | 4.79 | - |
| YUV | 122.62 | 81.38 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 113 | 40 | 0 | 0.35 | 0.77 | 0.32 | 32.93 | 0.62 | 0.42 |
| Hex | AD | 71 | 28 | 0 | 23 | 4D | 20 | 21 | 3E | 2A |
| Octal | 255 | 161 | 50 | 0 | 43 | 115 | 40 | 41 | 76 | 52 |
| Binary | 10101101 | 1110001 | 101000 | 0 | 100011 | 1001101 | 100000 | 100001 | 111110 | 101010 |
Color Harmonies of #AD7128
Complementary color
Monochromatic Colors of #AD7128
Black with #AD7128
Text Example
Text Example
White with #AD7128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7128; }
p { color: rgb(173,113,40); }
H1.HeaderClassName
{
color: #AD7128;
}
.AnyTagClassName
{
color: #AD7128;
}
</style>
background-color css
<style>
a { background-color: #AD7128; }
a { background-color: rgb(173,113,40); }
div.DivClassName
{
background-color: #AD7128;
}
.BgClassName
{
background-color: #AD7128;
}
</style>
border-color css
<style>
span { border-color: #AD7128; }
span { border-color: rgb(173,113,40); }
td.TdClassName
{
border-color: #AD7128;
}
.TagClassName
{
border-color: #AD7128;
}
</style>