Shades of Hot Toddy #A96F2E
Tints of Hot Toddy #A96F2E
RGB
CMYK
RGB Variations
Color information
#A96F2E (or 0xA96F2E) is known color: Hot Toddy. HEX triplet: A9, 6F and 2E. RGB value is (169,111,46). Sum of RGB (Red+Green+Blue) = 169+111+46=326 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.84% from 326); Green value is 111 (43.75% from 255 or 34.05% from 326); Blue value is 46 (18.36% from 255 or 14.11% from 326); Max value from RGB is 169 - color contains mainly: red. Hex color #A96F2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96F2E is #5690D1. Grayscale: #797979. Windows color (decimal): -5673170 or 3043241. OLE color: 3043241.
HSL color Cylindrical-coordinate representation of color #A96F2E: hue angle of 31.71º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A96F2E is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 111 | 46 | - |
| CMYK | 0 | 0.34 | 0.73 | 0.34 |
| HSL | 31.71º | 0.57% | 0.42% | - |
| HSV(B) | 31.71º | 0.73% | 0.66% | - |
| XYZ | 22.54 | 20 | 5.26 | - |
| YUV | 120.93 | 85.72 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 111 | 46 | 0 | 0.34 | 0.73 | 0.34 | 31.71 | 0.57 | 0.42 |
| Hex | A9 | 6F | 2E | 0 | 22 | 49 | 22 | 20 | 39 | 2A |
| Octal | 251 | 157 | 56 | 0 | 42 | 111 | 42 | 40 | 71 | 52 |
| Binary | 10101001 | 1101111 | 101110 | 0 | 100010 | 1001001 | 100010 | 100000 | 111001 | 101010 |
Color Harmonies of #A96F2E
Complementary color
Monochromatic Colors of #A96F2E
Black with #A96F2E
Text Example
Text Example
White with #A96F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96F2E; }
p { color: rgb(169,111,46); }
H1.HeaderClassName
{
color: #A96F2E;
}
.AnyTagClassName
{
color: #A96F2E;
}
</style>
background-color css
<style>
a { background-color: #A96F2E; }
a { background-color: rgb(169,111,46); }
div.DivClassName
{
background-color: #A96F2E;
}
.BgClassName
{
background-color: #A96F2E;
}
</style>
border-color css
<style>
span { border-color: #A96F2E; }
span { border-color: rgb(169,111,46); }
td.TdClassName
{
border-color: #A96F2E;
}
.TagClassName
{
border-color: #A96F2E;
}
</style>