Shades of Hot Toddy #AD7D24
Tints of Hot Toddy #AD7D24
RGB
CMYK
RGB Variations
Color information
#AD7D24 (or 0xAD7D24) is known color: Hot Toddy. HEX triplet: AD, 7D and 24. RGB value is (173,125,36). Sum of RGB (Red+Green+Blue) = 173+125+36=334 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.80% from 334); Green value is 125 (49.22% from 255 or 37.43% from 334); Blue value is 36 (14.45% from 255 or 10.78% from 334); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7D24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7D24 is #5282DB. Grayscale: #818181. Windows color (decimal): -5407452 or 2391469. OLE color: 2391469.
HSL color Cylindrical-coordinate representation of color #AD7D24: hue angle of 38.98º 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 #AD7D24 is Cyan = 0, Magento = 0.28, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 125 | 36 | - |
| CMYK | 0 | 0.28 | 0.79 | 0.32 |
| HSL | 38.98º | 0.66% | 0.41% | - |
| HSV(B) | 38.98º | 0.79% | 0.68% | - |
| XYZ | 24.89 | 23.68 | 4.93 | - |
| YUV | 129.21 | 75.4 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 125 | 36 | 0 | 0.28 | 0.79 | 0.32 | 38.98 | 0.66 | 0.41 |
| Hex | AD | 7D | 24 | 0 | 1C | 4F | 20 | 27 | 42 | 29 |
| Octal | 255 | 175 | 44 | 0 | 34 | 117 | 40 | 47 | 102 | 51 |
| Binary | 10101101 | 1111101 | 100100 | 0 | 11100 | 1001111 | 100000 | 100111 | 1000010 | 101001 |
Color Harmonies of #AD7D24
Complementary color
Monochromatic Colors of #AD7D24
Black with #AD7D24
Text Example
Text Example
White with #AD7D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7D24; }
p { color: rgb(173,125,36); }
H1.HeaderClassName
{
color: #AD7D24;
}
.AnyTagClassName
{
color: #AD7D24;
}
</style>
background-color css
<style>
a { background-color: #AD7D24; }
a { background-color: rgb(173,125,36); }
div.DivClassName
{
background-color: #AD7D24;
}
.BgClassName
{
background-color: #AD7D24;
}
</style>
border-color css
<style>
span { border-color: #AD7D24; }
span { border-color: rgb(173,125,36); }
td.TdClassName
{
border-color: #AD7D24;
}
.TagClassName
{
border-color: #AD7D24;
}
</style>