Shades of Hot Toddy #AD771C
Tints of Hot Toddy #AD771C
RGB
CMYK
RGB Variations
Color information
#AD771C (or 0xAD771C) is known color: Hot Toddy. HEX triplet: AD, 77 and 1C. RGB value is (173,119,28). Sum of RGB (Red+Green+Blue) = 173+119+28=320 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.06% from 320); Green value is 119 (46.88% from 255 or 37.19% from 320); Blue value is 28 (11.33% from 255 or 8.75% from 320); Max value from RGB is 173 - color contains mainly: red. Hex color #AD771C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD771C is #5288E3. Grayscale: #7D7D7D. Windows color (decimal): -5408996 or 1865645. OLE color: 1865645.
HSL color Cylindrical-coordinate representation of color #AD771C: hue angle of 37.66º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD771C is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 119 | 28 | - |
| CMYK | 0 | 0.31 | 0.84 | 0.32 |
| HSL | 37.66º | 0.72% | 0.39% | - |
| HSV(B) | 37.66º | 0.84% | 0.68% | - |
| XYZ | 24.04 | 22.16 | 4.11 | - |
| YUV | 124.77 | 73.39 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 119 | 28 | 0 | 0.31 | 0.84 | 0.32 | 37.66 | 0.72 | 0.39 |
| Hex | AD | 77 | 1C | 0 | 1F | 54 | 20 | 26 | 48 | 27 |
| Octal | 255 | 167 | 34 | 0 | 37 | 124 | 40 | 46 | 110 | 47 |
| Binary | 10101101 | 1110111 | 11100 | 0 | 11111 | 1010100 | 100000 | 100110 | 1001000 | 100111 |
Color Harmonies of #AD771C
Complementary color
Monochromatic Colors of #AD771C
Black with #AD771C
Text Example
Text Example
White with #AD771C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD771C; }
p { color: rgb(173,119,28); }
H1.HeaderClassName
{
color: #AD771C;
}
.AnyTagClassName
{
color: #AD771C;
}
</style>
background-color css
<style>
a { background-color: #AD771C; }
a { background-color: rgb(173,119,28); }
div.DivClassName
{
background-color: #AD771C;
}
.BgClassName
{
background-color: #AD771C;
}
</style>
border-color css
<style>
span { border-color: #AD771C; }
span { border-color: rgb(173,119,28); }
td.TdClassName
{
border-color: #AD771C;
}
.TagClassName
{
border-color: #AD771C;
}
</style>