Shades of Hot Toddy #A17420
Tints of Hot Toddy #A17420
RGB
CMYK
RGB Variations
Color information
#A17420 (or 0xA17420) is known color: Hot Toddy. HEX triplet: A1, 74 and 20. RGB value is (161,116,32). Sum of RGB (Red+Green+Blue) = 161+116+32=309 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.10% from 309); Green value is 116 (45.70% from 255 or 37.54% from 309); Blue value is 32 (12.89% from 255 or 10.36% from 309); Max value from RGB is 161 - color contains mainly: red. Hex color #A17420 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17420 is #5E8BDF. Grayscale: #787878. Windows color (decimal): -6196192 or 2127009. OLE color: 2127009.
HSL color Cylindrical-coordinate representation of color #A17420: hue angle of 39.07º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A17420 is Cyan = 0, Magento = 0.28, Yellow = 0.80 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 116 | 32 | - |
| CMYK | 0 | 0.28 | 0.80 | 0.37 |
| HSL | 39.07º | 0.67% | 0.38% | - |
| HSV(B) | 39.07º | 0.8% | 0.63% | - |
| XYZ | 21.2 | 20.17 | 4.14 | - |
| YUV | 119.88 | 78.41 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 116 | 32 | 0 | 0.28 | 0.80 | 0.37 | 39.07 | 0.67 | 0.38 |
| Hex | A1 | 74 | 20 | 0 | 1C | 50 | 25 | 27 | 43 | 26 |
| Octal | 241 | 164 | 40 | 0 | 34 | 120 | 45 | 47 | 103 | 46 |
| Binary | 10100001 | 1110100 | 100000 | 0 | 11100 | 1010000 | 100101 | 100111 | 1000011 | 100110 |
Color Harmonies of #A17420
Complementary color
Monochromatic Colors of #A17420
Black with #A17420
Text Example
Text Example
White with #A17420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17420; }
p { color: rgb(161,116,32); }
H1.HeaderClassName
{
color: #A17420;
}
.AnyTagClassName
{
color: #A17420;
}
</style>
background-color css
<style>
a { background-color: #A17420; }
a { background-color: rgb(161,116,32); }
div.DivClassName
{
background-color: #A17420;
}
.BgClassName
{
background-color: #A17420;
}
</style>
border-color css
<style>
span { border-color: #A17420; }
span { border-color: rgb(161,116,32); }
td.TdClassName
{
border-color: #A17420;
}
.TagClassName
{
border-color: #A17420;
}
</style>