Shades of Hot Toddy #AD771E
Tints of Hot Toddy #AD771E
RGB
CMYK
RGB Variations
Color information
#AD771E (or 0xAD771E) is known color: Hot Toddy. HEX triplet: AD, 77 and 1E. RGB value is (173,119,30). Sum of RGB (Red+Green+Blue) = 173+119+30=322 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.73% from 322); Green value is 119 (46.88% from 255 or 36.96% from 322); Blue value is 30 (12.11% from 255 or 9.32% from 322); Max value from RGB is 173 - color contains mainly: red. Hex color #AD771E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD771E is #5288E1. Grayscale: #7D7D7D. Windows color (decimal): -5408994 or 1996717. OLE color: 1996717.
HSL color Cylindrical-coordinate representation of color #AD771E: hue angle of 37.34º degrees, saturation: 0.7, 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 #AD771E is Cyan = 0, Magento = 0.31, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 119 | 30 | - |
| CMYK | 0 | 0.31 | 0.83 | 0.32 |
| HSL | 37.34º | 0.7% | 0.4% | - |
| HSV(B) | 37.34º | 0.83% | 0.68% | - |
| XYZ | 24.06 | 22.17 | 4.24 | - |
| YUV | 125 | 74.39 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 119 | 30 | 0 | 0.31 | 0.83 | 0.32 | 37.34 | 0.7 | 0.4 |
| Hex | AD | 77 | 1E | 0 | 1F | 53 | 20 | 25 | 46 | 28 |
| Octal | 255 | 167 | 36 | 0 | 37 | 123 | 40 | 45 | 106 | 50 |
| Binary | 10101101 | 1110111 | 11110 | 0 | 11111 | 1010011 | 100000 | 100101 | 1000110 | 101000 |
Color Harmonies of #AD771E
Complementary color
Monochromatic Colors of #AD771E
Black with #AD771E
Text Example
Text Example
White with #AD771E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD771E; }
p { color: rgb(173,119,30); }
H1.HeaderClassName
{
color: #AD771E;
}
.AnyTagClassName
{
color: #AD771E;
}
</style>
background-color css
<style>
a { background-color: #AD771E; }
a { background-color: rgb(173,119,30); }
div.DivClassName
{
background-color: #AD771E;
}
.BgClassName
{
background-color: #AD771E;
}
</style>
border-color css
<style>
span { border-color: #AD771E; }
span { border-color: rgb(173,119,30); }
td.TdClassName
{
border-color: #AD771E;
}
.TagClassName
{
border-color: #AD771E;
}
</style>