Shades of Hot Toddy #AD711E
Tints of Hot Toddy #AD711E
RGB
CMYK
RGB Variations
Color information
#AD711E (or 0xAD711E) is known color: Hot Toddy. HEX triplet: AD, 71 and 1E. RGB value is (173,113,30). Sum of RGB (Red+Green+Blue) = 173+113+30=316 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.75% from 316); Green value is 113 (44.53% from 255 or 35.76% from 316); Blue value is 30 (12.11% from 255 or 9.49% from 316); Max value from RGB is 173 - color contains mainly: red. Hex color #AD711E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD711E is #528EE1. Grayscale: #797979. Windows color (decimal): -5410530 or 1995181. OLE color: 1995181.
HSL color Cylindrical-coordinate representation of color #AD711E: hue angle of 34.83º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD711E is Cyan = 0, Magento = 0.35, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 113 | 30 | - |
| CMYK | 0 | 0.35 | 0.83 | 0.32 |
| HSL | 34.83º | 0.7% | 0.4% | - |
| HSV(B) | 34.83º | 0.83% | 0.68% | - |
| XYZ | 23.37 | 20.79 | 4.01 | - |
| YUV | 121.48 | 76.38 | 164.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 113 | 30 | 0 | 0.35 | 0.83 | 0.32 | 34.83 | 0.7 | 0.4 |
| Hex | AD | 71 | 1E | 0 | 23 | 53 | 20 | 23 | 46 | 28 |
| Octal | 255 | 161 | 36 | 0 | 43 | 123 | 40 | 43 | 106 | 50 |
| Binary | 10101101 | 1110001 | 11110 | 0 | 100011 | 1010011 | 100000 | 100011 | 1000110 | 101000 |
Color Harmonies of #AD711E
Complementary color
Monochromatic Colors of #AD711E
Black with #AD711E
Text Example
Text Example
White with #AD711E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD711E; }
p { color: rgb(173,113,30); }
H1.HeaderClassName
{
color: #AD711E;
}
.AnyTagClassName
{
color: #AD711E;
}
</style>
background-color css
<style>
a { background-color: #AD711E; }
a { background-color: rgb(173,113,30); }
div.DivClassName
{
background-color: #AD711E;
}
.BgClassName
{
background-color: #AD711E;
}
</style>
border-color css
<style>
span { border-color: #AD711E; }
span { border-color: rgb(173,113,30); }
td.TdClassName
{
border-color: #AD711E;
}
.TagClassName
{
border-color: #AD711E;
}
</style>