Shades of Hot Toddy #AD7124
Tints of Hot Toddy #AD7124
RGB
CMYK
RGB Variations
Color information
#AD7124 (or 0xAD7124) is known color: Hot Toddy. HEX triplet: AD, 71 and 24. RGB value is (173,113,36). Sum of RGB (Red+Green+Blue) = 173+113+36=322 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.73% from 322); Green value is 113 (44.53% from 255 or 35.09% from 322); Blue value is 36 (14.45% from 255 or 11.18% from 322); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7124 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7124 is #528EDB. Grayscale: #7A7A7A. Windows color (decimal): -5410524 or 2388397. OLE color: 2388397.
HSL color Cylindrical-coordinate representation of color #AD7124: hue angle of 33.72º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD7124 is Cyan = 0, Magento = 0.35, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 113 | 36 | - |
| CMYK | 0 | 0.35 | 0.79 | 0.32 |
| HSL | 33.72º | 0.66% | 0.41% | - |
| HSV(B) | 33.72º | 0.79% | 0.68% | - |
| XYZ | 23.46 | 20.82 | 4.45 | - |
| YUV | 122.16 | 79.38 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 113 | 36 | 0 | 0.35 | 0.79 | 0.32 | 33.72 | 0.66 | 0.41 |
| Hex | AD | 71 | 24 | 0 | 23 | 4F | 20 | 22 | 42 | 29 |
| Octal | 255 | 161 | 44 | 0 | 43 | 117 | 40 | 42 | 102 | 51 |
| Binary | 10101101 | 1110001 | 100100 | 0 | 100011 | 1001111 | 100000 | 100010 | 1000010 | 101001 |
Color Harmonies of #AD7124
Complementary color
Monochromatic Colors of #AD7124
Black with #AD7124
Text Example
Text Example
White with #AD7124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7124; }
p { color: rgb(173,113,36); }
H1.HeaderClassName
{
color: #AD7124;
}
.AnyTagClassName
{
color: #AD7124;
}
</style>
background-color css
<style>
a { background-color: #AD7124; }
a { background-color: rgb(173,113,36); }
div.DivClassName
{
background-color: #AD7124;
}
.BgClassName
{
background-color: #AD7124;
}
</style>
border-color css
<style>
span { border-color: #AD7124; }
span { border-color: rgb(173,113,36); }
td.TdClassName
{
border-color: #AD7124;
}
.TagClassName
{
border-color: #AD7124;
}
</style>