Shades of Hot Toddy #AD7C29
Tints of Hot Toddy #AD7C29
RGB
CMYK
RGB Variations
Color information
#AD7C29 (or 0xAD7C29) is known color: Hot Toddy. HEX triplet: AD, 7C and 29. RGB value is (173,124,41). Sum of RGB (Red+Green+Blue) = 173+124+41=338 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.18% from 338); Green value is 124 (48.83% from 255 or 36.69% from 338); Blue value is 41 (16.41% from 255 or 12.13% from 338); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7C29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7C29 is #5283D6. Grayscale: #818181. Windows color (decimal): -5407703 or 2718893. OLE color: 2718893.
HSL color Cylindrical-coordinate representation of color #AD7C29: hue angle of 37.73º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD7C29 is Cyan = 0, Magento = 0.28, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 124 | 41 | - |
| CMYK | 0 | 0.28 | 0.76 | 0.32 |
| HSL | 37.73º | 0.62% | 0.42% | - |
| HSV(B) | 37.73º | 0.76% | 0.68% | - |
| XYZ | 24.84 | 23.46 | 5.32 | - |
| YUV | 129.19 | 78.23 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 124 | 41 | 0 | 0.28 | 0.76 | 0.32 | 37.73 | 0.62 | 0.42 |
| Hex | AD | 7C | 29 | 0 | 1C | 4C | 20 | 26 | 3E | 2A |
| Octal | 255 | 174 | 51 | 0 | 34 | 114 | 40 | 46 | 76 | 52 |
| Binary | 10101101 | 1111100 | 101001 | 0 | 11100 | 1001100 | 100000 | 100110 | 111110 | 101010 |
Color Harmonies of #AD7C29
Complementary color
Monochromatic Colors of #AD7C29
Black with #AD7C29
Text Example
Text Example
White with #AD7C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7C29; }
p { color: rgb(173,124,41); }
H1.HeaderClassName
{
color: #AD7C29;
}
.AnyTagClassName
{
color: #AD7C29;
}
</style>
background-color css
<style>
a { background-color: #AD7C29; }
a { background-color: rgb(173,124,41); }
div.DivClassName
{
background-color: #AD7C29;
}
.BgClassName
{
background-color: #AD7C29;
}
</style>
border-color css
<style>
span { border-color: #AD7C29; }
span { border-color: rgb(173,124,41); }
td.TdClassName
{
border-color: #AD7C29;
}
.TagClassName
{
border-color: #AD7C29;
}
</style>