Shades of Hot Toddy #AD6F1C
Tints of Hot Toddy #AD6F1C
RGB
CMYK
RGB Variations
Color information
#AD6F1C (or 0xAD6F1C) is known color: Hot Toddy. HEX triplet: AD, 6F and 1C. RGB value is (173,111,28). Sum of RGB (Red+Green+Blue) = 173+111+28=312 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.45% from 312); Green value is 111 (43.75% from 255 or 35.58% from 312); Blue value is 28 (11.33% from 255 or 8.97% from 312); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6F1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6F1C is #5290E3. Grayscale: #787878. Windows color (decimal): -5411044 or 1863597. OLE color: 1863597.
HSL color Cylindrical-coordinate representation of color #AD6F1C: hue angle of 34.34º degrees, saturation: 0.72, 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 #AD6F1C is Cyan = 0, Magento = 0.36, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 111 | 28 | - |
| CMYK | 0 | 0.36 | 0.84 | 0.32 |
| HSL | 34.34º | 0.72% | 0.39% | - |
| HSV(B) | 34.34º | 0.84% | 0.68% | - |
| XYZ | 23.13 | 20.34 | 3.81 | - |
| YUV | 120.08 | 76.04 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 111 | 28 | 0 | 0.36 | 0.84 | 0.32 | 34.34 | 0.72 | 0.39 |
| Hex | AD | 6F | 1C | 0 | 24 | 54 | 20 | 22 | 48 | 27 |
| Octal | 255 | 157 | 34 | 0 | 44 | 124 | 40 | 42 | 110 | 47 |
| Binary | 10101101 | 1101111 | 11100 | 0 | 100100 | 1010100 | 100000 | 100010 | 1001000 | 100111 |
Color Harmonies of #AD6F1C
Complementary color
Monochromatic Colors of #AD6F1C
Black with #AD6F1C
Text Example
Text Example
White with #AD6F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6F1C; }
p { color: rgb(173,111,28); }
H1.HeaderClassName
{
color: #AD6F1C;
}
.AnyTagClassName
{
color: #AD6F1C;
}
</style>
background-color css
<style>
a { background-color: #AD6F1C; }
a { background-color: rgb(173,111,28); }
div.DivClassName
{
background-color: #AD6F1C;
}
.BgClassName
{
background-color: #AD6F1C;
}
</style>
border-color css
<style>
span { border-color: #AD6F1C; }
span { border-color: rgb(173,111,28); }
td.TdClassName
{
border-color: #AD6F1C;
}
.TagClassName
{
border-color: #AD6F1C;
}
</style>