Shades of Hot Toddy #AD702C
Tints of Hot Toddy #AD702C
RGB
CMYK
RGB Variations
Color information
#AD702C (or 0xAD702C) is known color: Hot Toddy. HEX triplet: AD, 70 and 2C. RGB value is (173,112,44). Sum of RGB (Red+Green+Blue) = 173+112+44=329 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.58% from 329); Green value is 112 (44.14% from 255 or 34.04% from 329); Blue value is 44 (17.58% from 255 or 13.37% from 329); Max value from RGB is 173 - color contains mainly: red. Hex color #AD702C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD702C is #528FD3. Grayscale: #7A7A7A. Windows color (decimal): -5410772 or 2912429. OLE color: 2912429.
HSL color Cylindrical-coordinate representation of color #AD702C: hue angle of 31.63º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD702C is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 112 | 44 | - |
| CMYK | 0 | 0.35 | 0.75 | 0.32 |
| HSL | 31.63º | 0.59% | 0.43% | - |
| HSV(B) | 31.63º | 0.75% | 0.68% | - |
| XYZ | 23.48 | 20.65 | 5.13 | - |
| YUV | 122.49 | 83.71 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 112 | 44 | 0 | 0.35 | 0.75 | 0.32 | 31.63 | 0.59 | 0.43 |
| Hex | AD | 70 | 2C | 0 | 23 | 4B | 20 | 20 | 3B | 2B |
| Octal | 255 | 160 | 54 | 0 | 43 | 113 | 40 | 40 | 73 | 53 |
| Binary | 10101101 | 1110000 | 101100 | 0 | 100011 | 1001011 | 100000 | 100000 | 111011 | 101011 |
Color Harmonies of #AD702C
Complementary color
Monochromatic Colors of #AD702C
Black with #AD702C
Text Example
Text Example
White with #AD702C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD702C; }
p { color: rgb(173,112,44); }
H1.HeaderClassName
{
color: #AD702C;
}
.AnyTagClassName
{
color: #AD702C;
}
</style>
background-color css
<style>
a { background-color: #AD702C; }
a { background-color: rgb(173,112,44); }
div.DivClassName
{
background-color: #AD702C;
}
.BgClassName
{
background-color: #AD702C;
}
</style>
border-color css
<style>
span { border-color: #AD702C; }
span { border-color: rgb(173,112,44); }
td.TdClassName
{
border-color: #AD702C;
}
.TagClassName
{
border-color: #AD702C;
}
</style>