Shades of Hot Toddy #AD7D26
Tints of Hot Toddy #AD7D26
RGB
CMYK
RGB Variations
Color information
#AD7D26 (or 0xAD7D26) is known color: Hot Toddy. HEX triplet: AD, 7D and 26. RGB value is (173,125,38). Sum of RGB (Red+Green+Blue) = 173+125+38=336 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.49% from 336); Green value is 125 (49.22% from 255 or 37.20% from 336); Blue value is 38 (15.23% from 255 or 11.31% from 336); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7D26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7D26 is #5282D9. Grayscale: #818181. Windows color (decimal): -5407450 or 2522541. OLE color: 2522541.
HSL color Cylindrical-coordinate representation of color #AD7D26: hue angle of 38.67º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD7D26 is Cyan = 0, Magento = 0.28, Yellow = 0.78 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 125 | 38 | - |
| CMYK | 0 | 0.28 | 0.78 | 0.32 |
| HSL | 38.67º | 0.64% | 0.41% | - |
| HSV(B) | 38.67º | 0.78% | 0.68% | - |
| XYZ | 24.92 | 23.69 | 5.09 | - |
| YUV | 129.43 | 76.4 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 125 | 38 | 0 | 0.28 | 0.78 | 0.32 | 38.67 | 0.64 | 0.41 |
| Hex | AD | 7D | 26 | 0 | 1C | 4E | 20 | 27 | 40 | 29 |
| Octal | 255 | 175 | 46 | 0 | 34 | 116 | 40 | 47 | 100 | 51 |
| Binary | 10101101 | 1111101 | 100110 | 0 | 11100 | 1001110 | 100000 | 100111 | 1000000 | 101001 |
Color Harmonies of #AD7D26
Complementary color
Monochromatic Colors of #AD7D26
Black with #AD7D26
Text Example
Text Example
White with #AD7D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7D26; }
p { color: rgb(173,125,38); }
H1.HeaderClassName
{
color: #AD7D26;
}
.AnyTagClassName
{
color: #AD7D26;
}
</style>
background-color css
<style>
a { background-color: #AD7D26; }
a { background-color: rgb(173,125,38); }
div.DivClassName
{
background-color: #AD7D26;
}
.BgClassName
{
background-color: #AD7D26;
}
</style>
border-color css
<style>
span { border-color: #AD7D26; }
span { border-color: rgb(173,125,38); }
td.TdClassName
{
border-color: #AD7D26;
}
.TagClassName
{
border-color: #AD7D26;
}
</style>