Shades of Hot Toddy #AD6F27
Tints of Hot Toddy #AD6F27
RGB
CMYK
RGB Variations
Color information
#AD6F27 (or 0xAD6F27) is known color: Hot Toddy. HEX triplet: AD, 6F and 27. RGB value is (173,111,39). Sum of RGB (Red+Green+Blue) = 173+111+39=323 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.56% from 323); Green value is 111 (43.75% from 255 or 34.37% from 323); Blue value is 39 (15.62% from 255 or 12.07% from 323); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6F27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6F27 is #5290D8. Grayscale: #797979. Windows color (decimal): -5411033 or 2584493. OLE color: 2584493.
HSL color Cylindrical-coordinate representation of color #AD6F27: hue angle of 32.24º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD6F27 is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 111 | 39 | - |
| CMYK | 0 | 0.36 | 0.77 | 0.32 |
| HSL | 32.24º | 0.63% | 0.42% | - |
| HSV(B) | 32.24º | 0.77% | 0.68% | - |
| XYZ | 23.28 | 20.4 | 4.63 | - |
| YUV | 121.33 | 81.54 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 111 | 39 | 0 | 0.36 | 0.77 | 0.32 | 32.24 | 0.63 | 0.42 |
| Hex | AD | 6F | 27 | 0 | 24 | 4D | 20 | 20 | 3F | 2A |
| Octal | 255 | 157 | 47 | 0 | 44 | 115 | 40 | 40 | 77 | 52 |
| Binary | 10101101 | 1101111 | 100111 | 0 | 100100 | 1001101 | 100000 | 100000 | 111111 | 101010 |
Color Harmonies of #AD6F27
Complementary color
Monochromatic Colors of #AD6F27
Black with #AD6F27
Text Example
Text Example
White with #AD6F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6F27; }
p { color: rgb(173,111,39); }
H1.HeaderClassName
{
color: #AD6F27;
}
.AnyTagClassName
{
color: #AD6F27;
}
</style>
background-color css
<style>
a { background-color: #AD6F27; }
a { background-color: rgb(173,111,39); }
div.DivClassName
{
background-color: #AD6F27;
}
.BgClassName
{
background-color: #AD6F27;
}
</style>
border-color css
<style>
span { border-color: #AD6F27; }
span { border-color: rgb(173,111,39); }
td.TdClassName
{
border-color: #AD6F27;
}
.TagClassName
{
border-color: #AD6F27;
}
</style>