Shades of Hot Toddy #AD6B1E
Tints of Hot Toddy #AD6B1E
RGB
CMYK
RGB Variations
Color information
#AD6B1E (or 0xAD6B1E) is known color: Hot Toddy. HEX triplet: AD, 6B and 1E. RGB value is (173,107,30). Sum of RGB (Red+Green+Blue) = 173+107+30=310 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.81% from 310); Green value is 107 (42.19% from 255 or 34.52% from 310); Blue value is 30 (12.11% from 255 or 9.68% from 310); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6B1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6B1E is #5294E1. Grayscale: #767676. Windows color (decimal): -5412066 or 1993645. OLE color: 1993645.
HSL color Cylindrical-coordinate representation of color #AD6B1E: hue angle of 32.31º 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 #AD6B1E is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 107 | 30 | - |
| CMYK | 0 | 0.38 | 0.83 | 0.32 |
| HSL | 32.31º | 0.7% | 0.4% | - |
| HSV(B) | 32.31º | 0.83% | 0.68% | - |
| XYZ | 22.73 | 19.49 | 3.79 | - |
| YUV | 117.96 | 78.37 | 167.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 107 | 30 | 0 | 0.38 | 0.83 | 0.32 | 32.31 | 0.7 | 0.4 |
| Hex | AD | 6B | 1E | 0 | 26 | 53 | 20 | 20 | 46 | 28 |
| Octal | 255 | 153 | 36 | 0 | 46 | 123 | 40 | 40 | 106 | 50 |
| Binary | 10101101 | 1101011 | 11110 | 0 | 100110 | 1010011 | 100000 | 100000 | 1000110 | 101000 |
Color Harmonies of #AD6B1E
Complementary color
Monochromatic Colors of #AD6B1E
Black with #AD6B1E
Text Example
Text Example
White with #AD6B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6B1E; }
p { color: rgb(173,107,30); }
H1.HeaderClassName
{
color: #AD6B1E;
}
.AnyTagClassName
{
color: #AD6B1E;
}
</style>
background-color css
<style>
a { background-color: #AD6B1E; }
a { background-color: rgb(173,107,30); }
div.DivClassName
{
background-color: #AD6B1E;
}
.BgClassName
{
background-color: #AD6B1E;
}
</style>
border-color css
<style>
span { border-color: #AD6B1E; }
span { border-color: rgb(173,107,30); }
td.TdClassName
{
border-color: #AD6B1E;
}
.TagClassName
{
border-color: #AD6B1E;
}
</style>