Shades of Hot Toddy #AD702B
Tints of Hot Toddy #AD702B
RGB
CMYK
RGB Variations
Color information
#AD702B (or 0xAD702B) is known color: Hot Toddy. HEX triplet: AD, 70 and 2B. RGB value is (173,112,43). Sum of RGB (Red+Green+Blue) = 173+112+43=328 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.74% from 328); Green value is 112 (44.14% from 255 or 34.15% from 328); Blue value is 43 (17.19% from 255 or 13.11% from 328); Max value from RGB is 173 - color contains mainly: red. Hex color #AD702B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD702B is #528FD4. Grayscale: #7A7A7A. Windows color (decimal): -5410773 or 2846893. OLE color: 2846893.
HSL color Cylindrical-coordinate representation of color #AD702B: hue angle of 31.85º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD702B is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 112 | 43 | - |
| CMYK | 0 | 0.35 | 0.75 | 0.32 |
| HSL | 31.85º | 0.6% | 0.42% | - |
| HSV(B) | 31.85º | 0.75% | 0.68% | - |
| XYZ | 23.46 | 20.65 | 5.03 | - |
| YUV | 122.37 | 83.21 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 112 | 43 | 0 | 0.35 | 0.75 | 0.32 | 31.85 | 0.6 | 0.42 |
| Hex | AD | 70 | 2B | 0 | 23 | 4B | 20 | 20 | 3C | 2A |
| Octal | 255 | 160 | 53 | 0 | 43 | 113 | 40 | 40 | 74 | 52 |
| Binary | 10101101 | 1110000 | 101011 | 0 | 100011 | 1001011 | 100000 | 100000 | 111100 | 101010 |
Color Harmonies of #AD702B
Complementary color
Monochromatic Colors of #AD702B
Black with #AD702B
Text Example
Text Example
White with #AD702B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD702B; }
p { color: rgb(173,112,43); }
H1.HeaderClassName
{
color: #AD702B;
}
.AnyTagClassName
{
color: #AD702B;
}
</style>
background-color css
<style>
a { background-color: #AD702B; }
a { background-color: rgb(173,112,43); }
div.DivClassName
{
background-color: #AD702B;
}
.BgClassName
{
background-color: #AD702B;
}
</style>
border-color css
<style>
span { border-color: #AD702B; }
span { border-color: rgb(173,112,43); }
td.TdClassName
{
border-color: #AD702B;
}
.TagClassName
{
border-color: #AD702B;
}
</style>