Shades of Hot Toddy #AD781B
Tints of Hot Toddy #AD781B
RGB
CMYK
RGB Variations
Color information
#AD781B (or 0xAD781B) is known color: Hot Toddy. HEX triplet: AD, 78 and 1B. RGB value is (173,120,27). Sum of RGB (Red+Green+Blue) = 173+120+27=320 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.06% from 320); Green value is 120 (47.27% from 255 or 37.5% from 320); Blue value is 27 (10.94% from 255 or 8.44% from 320); Max value from RGB is 173 - color contains mainly: red. Hex color #AD781B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD781B is #5287E4. Grayscale: #7D7D7D. Windows color (decimal): -5408741 or 1800365. OLE color: 1800365.
HSL color Cylindrical-coordinate representation of color #AD781B: hue angle of 38.22º degrees, saturation: 0.73, 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 #AD781B is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 120 | 27 | - |
| CMYK | 0 | 0.31 | 0.84 | 0.32 |
| HSL | 38.22º | 0.73% | 0.39% | - |
| HSV(B) | 38.22º | 0.84% | 0.68% | - |
| XYZ | 24.15 | 22.4 | 4.09 | - |
| YUV | 125.25 | 72.56 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 120 | 27 | 0 | 0.31 | 0.84 | 0.32 | 38.22 | 0.73 | 0.39 |
| Hex | AD | 78 | 1B | 0 | 1F | 54 | 20 | 26 | 49 | 27 |
| Octal | 255 | 170 | 33 | 0 | 37 | 124 | 40 | 46 | 111 | 47 |
| Binary | 10101101 | 1111000 | 11011 | 0 | 11111 | 1010100 | 100000 | 100110 | 1001001 | 100111 |
Color Harmonies of #AD781B
Complementary color
Monochromatic Colors of #AD781B
Black with #AD781B
Text Example
Text Example
White with #AD781B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD781B; }
p { color: rgb(173,120,27); }
H1.HeaderClassName
{
color: #AD781B;
}
.AnyTagClassName
{
color: #AD781B;
}
</style>
background-color css
<style>
a { background-color: #AD781B; }
a { background-color: rgb(173,120,27); }
div.DivClassName
{
background-color: #AD781B;
}
.BgClassName
{
background-color: #AD781B;
}
</style>
border-color css
<style>
span { border-color: #AD781B; }
span { border-color: rgb(173,120,27); }
td.TdClassName
{
border-color: #AD781B;
}
.TagClassName
{
border-color: #AD781B;
}
</style>