Shades of Hot Toddy #AD7821
Tints of Hot Toddy #AD7821
RGB
CMYK
RGB Variations
Color information
#AD7821 (or 0xAD7821) is known color: Hot Toddy. HEX triplet: AD, 78 and 21. RGB value is (173,120,33). Sum of RGB (Red+Green+Blue) = 173+120+33=326 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.07% from 326); Green value is 120 (47.27% from 255 or 36.81% from 326); Blue value is 33 (13.28% from 255 or 10.12% from 326); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7821 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7821 is #5287DE. Grayscale: #7E7E7E. Windows color (decimal): -5408735 or 2193581. OLE color: 2193581.
HSL color Cylindrical-coordinate representation of color #AD7821: hue angle of 37.29º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AD7821 is Cyan = 0, Magento = 0.31, Yellow = 0.81 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 120 | 33 | - |
| CMYK | 0 | 0.31 | 0.81 | 0.32 |
| HSL | 37.29º | 0.68% | 0.4% | - |
| HSV(B) | 37.29º | 0.81% | 0.68% | - |
| XYZ | 24.22 | 22.43 | 4.49 | - |
| YUV | 125.93 | 75.56 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 120 | 33 | 0 | 0.31 | 0.81 | 0.32 | 37.29 | 0.68 | 0.4 |
| Hex | AD | 78 | 21 | 0 | 1F | 51 | 20 | 25 | 44 | 28 |
| Octal | 255 | 170 | 41 | 0 | 37 | 121 | 40 | 45 | 104 | 50 |
| Binary | 10101101 | 1111000 | 100001 | 0 | 11111 | 1010001 | 100000 | 100101 | 1000100 | 101000 |
Color Harmonies of #AD7821
Complementary color
Monochromatic Colors of #AD7821
Black with #AD7821
Text Example
Text Example
White with #AD7821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7821; }
p { color: rgb(173,120,33); }
H1.HeaderClassName
{
color: #AD7821;
}
.AnyTagClassName
{
color: #AD7821;
}
</style>
background-color css
<style>
a { background-color: #AD7821; }
a { background-color: rgb(173,120,33); }
div.DivClassName
{
background-color: #AD7821;
}
.BgClassName
{
background-color: #AD7821;
}
</style>
border-color css
<style>
span { border-color: #AD7821; }
span { border-color: rgb(173,120,33); }
td.TdClassName
{
border-color: #AD7821;
}
.TagClassName
{
border-color: #AD7821;
}
</style>