Shades of Hot Toddy #AD7920
Tints of Hot Toddy #AD7920
RGB
CMYK
RGB Variations
Color information
#AD7920 (or 0xAD7920) is known color: Hot Toddy. HEX triplet: AD, 79 and 20. RGB value is (173,121,32). Sum of RGB (Red+Green+Blue) = 173+121+32=326 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.07% from 326); Green value is 121 (47.66% from 255 or 37.12% from 326); Blue value is 32 (12.89% from 255 or 9.82% from 326); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7920 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7920 is #5286DF. Grayscale: #7E7E7E. Windows color (decimal): -5408480 or 2128301. OLE color: 2128301.
HSL color Cylindrical-coordinate representation of color #AD7920: hue angle of 37.87º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD7920 is Cyan = 0, Magento = 0.30, Yellow = 0.82 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 121 | 32 | - |
| CMYK | 0 | 0.30 | 0.82 | 0.32 |
| HSL | 37.87º | 0.69% | 0.4% | - |
| HSV(B) | 37.87º | 0.82% | 0.68% | - |
| XYZ | 24.33 | 22.66 | 4.46 | - |
| YUV | 126.4 | 74.73 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 121 | 32 | 0 | 0.30 | 0.82 | 0.32 | 37.87 | 0.69 | 0.4 |
| Hex | AD | 79 | 20 | 0 | 1E | 52 | 20 | 26 | 45 | 28 |
| Octal | 255 | 171 | 40 | 0 | 36 | 122 | 40 | 46 | 105 | 50 |
| Binary | 10101101 | 1111001 | 100000 | 0 | 11110 | 1010010 | 100000 | 100110 | 1000101 | 101000 |
Color Harmonies of #AD7920
Complementary color
Monochromatic Colors of #AD7920
Black with #AD7920
Text Example
Text Example
White with #AD7920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7920; }
p { color: rgb(173,121,32); }
H1.HeaderClassName
{
color: #AD7920;
}
.AnyTagClassName
{
color: #AD7920;
}
</style>
background-color css
<style>
a { background-color: #AD7920; }
a { background-color: rgb(173,121,32); }
div.DivClassName
{
background-color: #AD7920;
}
.BgClassName
{
background-color: #AD7920;
}
</style>
border-color css
<style>
span { border-color: #AD7920; }
span { border-color: rgb(173,121,32); }
td.TdClassName
{
border-color: #AD7920;
}
.TagClassName
{
border-color: #AD7920;
}
</style>