Shades of Hot Toddy #AD761A
Tints of Hot Toddy #AD761A
RGB
CMYK
RGB Variations
Color information
#AD761A (or 0xAD761A) is known color: Hot Toddy. HEX triplet: AD, 76 and 1A. RGB value is (173,118,26). Sum of RGB (Red+Green+Blue) = 173+118+26=317 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.57% from 317); Green value is 118 (46.48% from 255 or 37.22% from 317); Blue value is 26 (10.55% from 255 or 8.20% from 317); Max value from RGB is 173 - color contains mainly: red. Hex color #AD761A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD761A is #5289E5. Grayscale: #7C7C7C. Windows color (decimal): -5409254 or 1734317. OLE color: 1734317.
HSL color Cylindrical-coordinate representation of color #AD761A: hue angle of 37.55º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AD761A is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 118 | 26 | - |
| CMYK | 0 | 0.32 | 0.85 | 0.32 |
| HSL | 37.55º | 0.74% | 0.39% | - |
| HSV(B) | 37.55º | 0.85% | 0.68% | - |
| XYZ | 23.9 | 21.92 | 3.95 | - |
| YUV | 123.96 | 72.72 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 118 | 26 | 0 | 0.32 | 0.85 | 0.32 | 37.55 | 0.74 | 0.39 |
| Hex | AD | 76 | 1A | 0 | 20 | 55 | 20 | 26 | 4A | 27 |
| Octal | 255 | 166 | 32 | 0 | 40 | 125 | 40 | 46 | 112 | 47 |
| Binary | 10101101 | 1110110 | 11010 | 0 | 100000 | 1010101 | 100000 | 100110 | 1001010 | 100111 |
Color Harmonies of #AD761A
Complementary color
Monochromatic Colors of #AD761A
Black with #AD761A
Text Example
Text Example
White with #AD761A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD761A; }
p { color: rgb(173,118,26); }
H1.HeaderClassName
{
color: #AD761A;
}
.AnyTagClassName
{
color: #AD761A;
}
</style>
background-color css
<style>
a { background-color: #AD761A; }
a { background-color: rgb(173,118,26); }
div.DivClassName
{
background-color: #AD761A;
}
.BgClassName
{
background-color: #AD761A;
}
</style>
border-color css
<style>
span { border-color: #AD761A; }
span { border-color: rgb(173,118,26); }
td.TdClassName
{
border-color: #AD761A;
}
.TagClassName
{
border-color: #AD761A;
}
</style>