Shades of Hot Toddy #AD711B
Tints of Hot Toddy #AD711B
RGB
CMYK
RGB Variations
Color information
#AD711B (or 0xAD711B) is known color: Hot Toddy. HEX triplet: AD, 71 and 1B. RGB value is (173,113,27). Sum of RGB (Red+Green+Blue) = 173+113+27=313 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.27% from 313); Green value is 113 (44.53% from 255 or 36.10% from 313); Blue value is 27 (10.94% from 255 or 8.63% from 313); Max value from RGB is 173 - color contains mainly: red. Hex color #AD711B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD711B is #528EE4. Grayscale: #797979. Windows color (decimal): -5410533 or 1798573. OLE color: 1798573.
HSL color Cylindrical-coordinate representation of color #AD711B: hue angle of 35.34º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD711B is Cyan = 0, Magento = 0.35, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 113 | 27 | - |
| CMYK | 0 | 0.35 | 0.84 | 0.32 |
| HSL | 35.34º | 0.73% | 0.39% | - |
| HSV(B) | 35.34º | 0.84% | 0.68% | - |
| XYZ | 23.34 | 20.77 | 3.82 | - |
| YUV | 121.14 | 74.88 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 113 | 27 | 0 | 0.35 | 0.84 | 0.32 | 35.34 | 0.73 | 0.39 |
| Hex | AD | 71 | 1B | 0 | 23 | 54 | 20 | 23 | 49 | 27 |
| Octal | 255 | 161 | 33 | 0 | 43 | 124 | 40 | 43 | 111 | 47 |
| Binary | 10101101 | 1110001 | 11011 | 0 | 100011 | 1010100 | 100000 | 100011 | 1001001 | 100111 |
Color Harmonies of #AD711B
Complementary color
Monochromatic Colors of #AD711B
Black with #AD711B
Text Example
Text Example
White with #AD711B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD711B; }
p { color: rgb(173,113,27); }
H1.HeaderClassName
{
color: #AD711B;
}
.AnyTagClassName
{
color: #AD711B;
}
</style>
background-color css
<style>
a { background-color: #AD711B; }
a { background-color: rgb(173,113,27); }
div.DivClassName
{
background-color: #AD711B;
}
.BgClassName
{
background-color: #AD711B;
}
</style>
border-color css
<style>
span { border-color: #AD711B; }
span { border-color: rgb(173,113,27); }
td.TdClassName
{
border-color: #AD711B;
}
.TagClassName
{
border-color: #AD711B;
}
</style>