Shades of Hot Toddy #AD7B21
Tints of Hot Toddy #AD7B21
RGB
CMYK
RGB Variations
Color information
#AD7B21 (or 0xAD7B21) is known color: Hot Toddy. HEX triplet: AD, 7B and 21. RGB value is (173,123,33). Sum of RGB (Red+Green+Blue) = 173+123+33=329 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.58% from 329); Green value is 123 (48.44% from 255 or 37.39% from 329); Blue value is 33 (13.28% from 255 or 10.03% from 329); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7B21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7B21 is #5284DE. Grayscale: #808080. Windows color (decimal): -5407967 or 2194349. OLE color: 2194349.
HSL color Cylindrical-coordinate representation of color #AD7B21: hue angle of 38.57º 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 #AD7B21 is Cyan = 0, Magento = 0.29, Yellow = 0.81 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 123 | 33 | - |
| CMYK | 0 | 0.29 | 0.81 | 0.32 |
| HSL | 38.57º | 0.68% | 0.4% | - |
| HSV(B) | 38.57º | 0.81% | 0.68% | - |
| XYZ | 24.59 | 23.16 | 4.61 | - |
| YUV | 127.69 | 74.57 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 123 | 33 | 0 | 0.29 | 0.81 | 0.32 | 38.57 | 0.68 | 0.4 |
| Hex | AD | 7B | 21 | 0 | 1D | 51 | 20 | 27 | 44 | 28 |
| Octal | 255 | 173 | 41 | 0 | 35 | 121 | 40 | 47 | 104 | 50 |
| Binary | 10101101 | 1111011 | 100001 | 0 | 11101 | 1010001 | 100000 | 100111 | 1000100 | 101000 |
Color Harmonies of #AD7B21
Complementary color
Monochromatic Colors of #AD7B21
Black with #AD7B21
Text Example
Text Example
White with #AD7B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7B21; }
p { color: rgb(173,123,33); }
H1.HeaderClassName
{
color: #AD7B21;
}
.AnyTagClassName
{
color: #AD7B21;
}
</style>
background-color css
<style>
a { background-color: #AD7B21; }
a { background-color: rgb(173,123,33); }
div.DivClassName
{
background-color: #AD7B21;
}
.BgClassName
{
background-color: #AD7B21;
}
</style>
border-color css
<style>
span { border-color: #AD7B21; }
span { border-color: rgb(173,123,33); }
td.TdClassName
{
border-color: #AD7B21;
}
.TagClassName
{
border-color: #AD7B21;
}
</style>