Shades of Hot Toddy #AD7529
Tints of Hot Toddy #AD7529
RGB
CMYK
RGB Variations
Color information
#AD7529 (or 0xAD7529) is known color: Hot Toddy. HEX triplet: AD, 75 and 29. RGB value is (173,117,41). Sum of RGB (Red+Green+Blue) = 173+117+41=331 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.27% from 331); Green value is 117 (46.09% from 255 or 35.35% from 331); Blue value is 41 (16.41% from 255 or 12.39% from 331); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7529 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7529 is #528AD6. Grayscale: #7D7D7D. Windows color (decimal): -5409495 or 2717101. OLE color: 2717101.
HSL color Cylindrical-coordinate representation of color #AD7529: hue angle of 34.55º 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 #AD7529 is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 117 | 41 | - |
| CMYK | 0 | 0.32 | 0.76 | 0.32 |
| HSL | 34.55º | 0.62% | 0.42% | - |
| HSV(B) | 34.55º | 0.76% | 0.68% | - |
| XYZ | 24 | 21.77 | 5.03 | - |
| YUV | 125.08 | 80.55 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 117 | 41 | 0 | 0.32 | 0.76 | 0.32 | 34.55 | 0.62 | 0.42 |
| Hex | AD | 75 | 29 | 0 | 20 | 4C | 20 | 23 | 3E | 2A |
| Octal | 255 | 165 | 51 | 0 | 40 | 114 | 40 | 43 | 76 | 52 |
| Binary | 10101101 | 1110101 | 101001 | 0 | 100000 | 1001100 | 100000 | 100011 | 111110 | 101010 |
Color Harmonies of #AD7529
Complementary color
Monochromatic Colors of #AD7529
Black with #AD7529
Text Example
Text Example
White with #AD7529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7529; }
p { color: rgb(173,117,41); }
H1.HeaderClassName
{
color: #AD7529;
}
.AnyTagClassName
{
color: #AD7529;
}
</style>
background-color css
<style>
a { background-color: #AD7529; }
a { background-color: rgb(173,117,41); }
div.DivClassName
{
background-color: #AD7529;
}
.BgClassName
{
background-color: #AD7529;
}
</style>
border-color css
<style>
span { border-color: #AD7529; }
span { border-color: rgb(173,117,41); }
td.TdClassName
{
border-color: #AD7529;
}
.TagClassName
{
border-color: #AD7529;
}
</style>