Shades of Hot Toddy #AD6F2B
Tints of Hot Toddy #AD6F2B
RGB
CMYK
RGB Variations
Color information
#AD6F2B (or 0xAD6F2B) is known color: Hot Toddy. HEX triplet: AD, 6F and 2B. RGB value is (173,111,43). Sum of RGB (Red+Green+Blue) = 173+111+43=327 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.91% from 327); Green value is 111 (43.75% from 255 or 33.94% from 327); Blue value is 43 (17.19% from 255 or 13.15% from 327); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6F2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6F2B is #5290D4. Grayscale: #7A7A7A. Windows color (decimal): -5411029 or 2846637. OLE color: 2846637.
HSL color Cylindrical-coordinate representation of color #AD6F2B: hue angle of 31.38º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD6F2B is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 111 | 43 | - |
| CMYK | 0 | 0.36 | 0.75 | 0.32 |
| HSL | 31.38º | 0.6% | 0.42% | - |
| HSV(B) | 31.38º | 0.75% | 0.68% | - |
| XYZ | 23.35 | 20.43 | 5 | - |
| YUV | 121.79 | 83.54 | 164.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 111 | 43 | 0 | 0.36 | 0.75 | 0.32 | 31.38 | 0.6 | 0.42 |
| Hex | AD | 6F | 2B | 0 | 24 | 4B | 20 | 1F | 3C | 2A |
| Octal | 255 | 157 | 53 | 0 | 44 | 113 | 40 | 37 | 74 | 52 |
| Binary | 10101101 | 1101111 | 101011 | 0 | 100100 | 1001011 | 100000 | 11111 | 111100 | 101010 |
Color Harmonies of #AD6F2B
Complementary color
Monochromatic Colors of #AD6F2B
Black with #AD6F2B
Text Example
Text Example
White with #AD6F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6F2B; }
p { color: rgb(173,111,43); }
H1.HeaderClassName
{
color: #AD6F2B;
}
.AnyTagClassName
{
color: #AD6F2B;
}
</style>
background-color css
<style>
a { background-color: #AD6F2B; }
a { background-color: rgb(173,111,43); }
div.DivClassName
{
background-color: #AD6F2B;
}
.BgClassName
{
background-color: #AD6F2B;
}
</style>
border-color css
<style>
span { border-color: #AD6F2B; }
span { border-color: rgb(173,111,43); }
td.TdClassName
{
border-color: #AD6F2B;
}
.TagClassName
{
border-color: #AD6F2B;
}
</style>