Shades of Hot Toddy #AD6D25
Tints of Hot Toddy #AD6D25
RGB
CMYK
RGB Variations
Color information
#AD6D25 (or 0xAD6D25) is known color: Hot Toddy. HEX triplet: AD, 6D and 25. RGB value is (173,109,37). Sum of RGB (Red+Green+Blue) = 173+109+37=319 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.23% from 319); Green value is 109 (42.97% from 255 or 34.17% from 319); Blue value is 37 (14.84% from 255 or 11.60% from 319); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6D25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6D25 is #5292DA. Grayscale: #787878. Windows color (decimal): -5411547 or 2452909. OLE color: 2452909.
HSL color Cylindrical-coordinate representation of color #AD6D25: hue angle of 31.76º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD6D25 is Cyan = 0, Magento = 0.37, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 109 | 37 | - |
| CMYK | 0 | 0.37 | 0.79 | 0.32 |
| HSL | 31.76º | 0.65% | 0.41% | - |
| HSV(B) | 31.76º | 0.79% | 0.68% | - |
| XYZ | 23.04 | 19.96 | 4.39 | - |
| YUV | 119.93 | 81.2 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 109 | 37 | 0 | 0.37 | 0.79 | 0.32 | 31.76 | 0.65 | 0.41 |
| Hex | AD | 6D | 25 | 0 | 25 | 4F | 20 | 20 | 41 | 29 |
| Octal | 255 | 155 | 45 | 0 | 45 | 117 | 40 | 40 | 101 | 51 |
| Binary | 10101101 | 1101101 | 100101 | 0 | 100101 | 1001111 | 100000 | 100000 | 1000001 | 101001 |
Color Harmonies of #AD6D25
Complementary color
Monochromatic Colors of #AD6D25
Black with #AD6D25
Text Example
Text Example
White with #AD6D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6D25; }
p { color: rgb(173,109,37); }
H1.HeaderClassName
{
color: #AD6D25;
}
.AnyTagClassName
{
color: #AD6D25;
}
</style>
background-color css
<style>
a { background-color: #AD6D25; }
a { background-color: rgb(173,109,37); }
div.DivClassName
{
background-color: #AD6D25;
}
.BgClassName
{
background-color: #AD6D25;
}
</style>
border-color css
<style>
span { border-color: #AD6D25; }
span { border-color: rgb(173,109,37); }
td.TdClassName
{
border-color: #AD6D25;
}
.TagClassName
{
border-color: #AD6D25;
}
</style>