Shades of Hot Toddy #AD761C
Tints of Hot Toddy #AD761C
RGB
CMYK
RGB Variations
Color information
#AD761C (or 0xAD761C) is known color: Hot Toddy. HEX triplet: AD, 76 and 1C. RGB value is (173,118,28). Sum of RGB (Red+Green+Blue) = 173+118+28=319 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.23% from 319); Green value is 118 (46.48% from 255 or 36.99% from 319); Blue value is 28 (11.33% from 255 or 8.78% from 319); Max value from RGB is 173 - color contains mainly: red. Hex color #AD761C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD761C is #5289E3. Grayscale: #7C7C7C. Windows color (decimal): -5409252 or 1865389. OLE color: 1865389.
HSL color Cylindrical-coordinate representation of color #AD761C: hue angle of 37.24º 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 #AD761C is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 118 | 28 | - |
| CMYK | 0 | 0.32 | 0.84 | 0.32 |
| HSL | 37.24º | 0.72% | 0.39% | - |
| HSV(B) | 37.24º | 0.84% | 0.68% | - |
| XYZ | 23.92 | 21.92 | 4.07 | - |
| YUV | 124.19 | 73.72 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 118 | 28 | 0 | 0.32 | 0.84 | 0.32 | 37.24 | 0.72 | 0.39 |
| Hex | AD | 76 | 1C | 0 | 20 | 54 | 20 | 25 | 48 | 27 |
| Octal | 255 | 166 | 34 | 0 | 40 | 124 | 40 | 45 | 110 | 47 |
| Binary | 10101101 | 1110110 | 11100 | 0 | 100000 | 1010100 | 100000 | 100101 | 1001000 | 100111 |
Color Harmonies of #AD761C
Complementary color
Monochromatic Colors of #AD761C
Black with #AD761C
Text Example
Text Example
White with #AD761C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD761C; }
p { color: rgb(173,118,28); }
H1.HeaderClassName
{
color: #AD761C;
}
.AnyTagClassName
{
color: #AD761C;
}
</style>
background-color css
<style>
a { background-color: #AD761C; }
a { background-color: rgb(173,118,28); }
div.DivClassName
{
background-color: #AD761C;
}
.BgClassName
{
background-color: #AD761C;
}
</style>
border-color css
<style>
span { border-color: #AD761C; }
span { border-color: rgb(173,118,28); }
td.TdClassName
{
border-color: #AD761C;
}
.TagClassName
{
border-color: #AD761C;
}
</style>