Shades of Hot Toddy #AD7329
Tints of Hot Toddy #AD7329
RGB
CMYK
RGB Variations
Color information
#AD7329 (or 0xAD7329) is known color: Hot Toddy. HEX triplet: AD, 73 and 29. RGB value is (173,115,41). Sum of RGB (Red+Green+Blue) = 173+115+41=329 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.58% from 329); Green value is 115 (45.31% from 255 or 34.95% from 329); Blue value is 41 (16.41% from 255 or 12.46% from 329); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7329 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7329 is #528CD6. Grayscale: #7C7C7C. Windows color (decimal): -5410007 or 2716589. OLE color: 2716589.
HSL color Cylindrical-coordinate representation of color #AD7329: hue angle of 33.64º 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 #AD7329 is Cyan = 0, Magento = 0.34, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 115 | 41 | - |
| CMYK | 0 | 0.34 | 0.76 | 0.32 |
| HSL | 33.64º | 0.62% | 0.42% | - |
| HSV(B) | 33.64º | 0.76% | 0.68% | - |
| XYZ | 23.76 | 21.31 | 4.96 | - |
| YUV | 123.91 | 81.22 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 115 | 41 | 0 | 0.34 | 0.76 | 0.32 | 33.64 | 0.62 | 0.42 |
| Hex | AD | 73 | 29 | 0 | 22 | 4C | 20 | 22 | 3E | 2A |
| Octal | 255 | 163 | 51 | 0 | 42 | 114 | 40 | 42 | 76 | 52 |
| Binary | 10101101 | 1110011 | 101001 | 0 | 100010 | 1001100 | 100000 | 100010 | 111110 | 101010 |
Color Harmonies of #AD7329
Complementary color
Monochromatic Colors of #AD7329
Black with #AD7329
Text Example
Text Example
White with #AD7329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7329; }
p { color: rgb(173,115,41); }
H1.HeaderClassName
{
color: #AD7329;
}
.AnyTagClassName
{
color: #AD7329;
}
</style>
background-color css
<style>
a { background-color: #AD7329; }
a { background-color: rgb(173,115,41); }
div.DivClassName
{
background-color: #AD7329;
}
.BgClassName
{
background-color: #AD7329;
}
</style>
border-color css
<style>
span { border-color: #AD7329; }
span { border-color: rgb(173,115,41); }
td.TdClassName
{
border-color: #AD7329;
}
.TagClassName
{
border-color: #AD7329;
}
</style>