Shades of Hot Toddy #AD7A1D
Tints of Hot Toddy #AD7A1D
RGB
CMYK
RGB Variations
Color information
#AD7A1D (or 0xAD7A1D) is known color: Hot Toddy. HEX triplet: AD, 7A and 1D. RGB value is (173,122,29). Sum of RGB (Red+Green+Blue) = 173+122+29=324 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.40% from 324); Green value is 122 (48.05% from 255 or 37.65% from 324); Blue value is 29 (11.72% from 255 or 8.95% from 324); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7A1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7A1D is #5285E2. Grayscale: #7F7F7F. Windows color (decimal): -5408227 or 1931949. OLE color: 1931949.
HSL color Cylindrical-coordinate representation of color #AD7A1D: hue angle of 38.75º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD7A1D is Cyan = 0, Magento = 0.29, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 122 | 29 | - |
| CMYK | 0 | 0.29 | 0.83 | 0.32 |
| HSL | 38.75º | 0.71% | 0.4% | - |
| HSV(B) | 38.75º | 0.83% | 0.68% | - |
| XYZ | 24.41 | 22.89 | 4.29 | - |
| YUV | 126.65 | 72.9 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 122 | 29 | 0 | 0.29 | 0.83 | 0.32 | 38.75 | 0.71 | 0.4 |
| Hex | AD | 7A | 1D | 0 | 1D | 53 | 20 | 27 | 47 | 28 |
| Octal | 255 | 172 | 35 | 0 | 35 | 123 | 40 | 47 | 107 | 50 |
| Binary | 10101101 | 1111010 | 11101 | 0 | 11101 | 1010011 | 100000 | 100111 | 1000111 | 101000 |
Color Harmonies of #AD7A1D
Complementary color
Monochromatic Colors of #AD7A1D
Black with #AD7A1D
Text Example
Text Example
White with #AD7A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7A1D; }
p { color: rgb(173,122,29); }
H1.HeaderClassName
{
color: #AD7A1D;
}
.AnyTagClassName
{
color: #AD7A1D;
}
</style>
background-color css
<style>
a { background-color: #AD7A1D; }
a { background-color: rgb(173,122,29); }
div.DivClassName
{
background-color: #AD7A1D;
}
.BgClassName
{
background-color: #AD7A1D;
}
</style>
border-color css
<style>
span { border-color: #AD7A1D; }
span { border-color: rgb(173,122,29); }
td.TdClassName
{
border-color: #AD7A1D;
}
.TagClassName
{
border-color: #AD7A1D;
}
</style>