Shades of Hot Toddy #AD7424
Tints of Hot Toddy #AD7424
RGB
CMYK
RGB Variations
Color information
#AD7424 (or 0xAD7424) is known color: Hot Toddy. HEX triplet: AD, 74 and 24. RGB value is (173,116,36). Sum of RGB (Red+Green+Blue) = 173+116+36=325 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.23% from 325); Green value is 116 (45.70% from 255 or 35.69% from 325); Blue value is 36 (14.45% from 255 or 11.08% from 325); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7424 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7424 is #528BDB. Grayscale: #7C7C7C. Windows color (decimal): -5409756 or 2389165. OLE color: 2389165.
HSL color Cylindrical-coordinate representation of color #AD7424: hue angle of 35.04º 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 #AD7424 is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 116 | 36 | - |
| CMYK | 0 | 0.33 | 0.79 | 0.32 |
| HSL | 35.04º | 0.66% | 0.41% | - |
| HSV(B) | 35.04º | 0.79% | 0.68% | - |
| XYZ | 23.8 | 21.5 | 4.57 | - |
| YUV | 123.92 | 78.38 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 116 | 36 | 0 | 0.33 | 0.79 | 0.32 | 35.04 | 0.66 | 0.41 |
| Hex | AD | 74 | 24 | 0 | 21 | 4F | 20 | 23 | 42 | 29 |
| Octal | 255 | 164 | 44 | 0 | 41 | 117 | 40 | 43 | 102 | 51 |
| Binary | 10101101 | 1110100 | 100100 | 0 | 100001 | 1001111 | 100000 | 100011 | 1000010 | 101001 |
Color Harmonies of #AD7424
Complementary color
Monochromatic Colors of #AD7424
Black with #AD7424
Text Example
Text Example
White with #AD7424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7424; }
p { color: rgb(173,116,36); }
H1.HeaderClassName
{
color: #AD7424;
}
.AnyTagClassName
{
color: #AD7424;
}
</style>
background-color css
<style>
a { background-color: #AD7424; }
a { background-color: rgb(173,116,36); }
div.DivClassName
{
background-color: #AD7424;
}
.BgClassName
{
background-color: #AD7424;
}
</style>
border-color css
<style>
span { border-color: #AD7424; }
span { border-color: rgb(173,116,36); }
td.TdClassName
{
border-color: #AD7424;
}
.TagClassName
{
border-color: #AD7424;
}
</style>