Shades of Hot Toddy #A96E2C
Tints of Hot Toddy #A96E2C
RGB
CMYK
RGB Variations
Color information
#A96E2C (or 0xA96E2C) is known color: Hot Toddy. HEX triplet: A9, 6E and 2C. RGB value is (169,110,44). Sum of RGB (Red+Green+Blue) = 169+110+44=323 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.32% from 323); Green value is 110 (43.36% from 255 or 34.06% from 323); Blue value is 44 (17.58% from 255 or 13.62% from 323); Max value from RGB is 169 - color contains mainly: red. Hex color #A96E2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96E2C is #5691D3. Grayscale: #787878. Windows color (decimal): -5673428 or 2911913. OLE color: 2911913.
HSL color Cylindrical-coordinate representation of color #A96E2C: hue angle of 31.68º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A96E2C is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 110 | 44 | - |
| CMYK | 0 | 0.35 | 0.74 | 0.34 |
| HSL | 31.68º | 0.59% | 0.42% | - |
| HSV(B) | 31.68º | 0.74% | 0.66% | - |
| XYZ | 22.39 | 19.77 | 5.02 | - |
| YUV | 120.12 | 85.05 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 110 | 44 | 0 | 0.35 | 0.74 | 0.34 | 31.68 | 0.59 | 0.42 |
| Hex | A9 | 6E | 2C | 0 | 23 | 4A | 22 | 20 | 3B | 2A |
| Octal | 251 | 156 | 54 | 0 | 43 | 112 | 42 | 40 | 73 | 52 |
| Binary | 10101001 | 1101110 | 101100 | 0 | 100011 | 1001010 | 100010 | 100000 | 111011 | 101010 |
Color Harmonies of #A96E2C
Complementary color
Monochromatic Colors of #A96E2C
Black with #A96E2C
Text Example
Text Example
White with #A96E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96E2C; }
p { color: rgb(169,110,44); }
H1.HeaderClassName
{
color: #A96E2C;
}
.AnyTagClassName
{
color: #A96E2C;
}
</style>
background-color css
<style>
a { background-color: #A96E2C; }
a { background-color: rgb(169,110,44); }
div.DivClassName
{
background-color: #A96E2C;
}
.BgClassName
{
background-color: #A96E2C;
}
</style>
border-color css
<style>
span { border-color: #A96E2C; }
span { border-color: rgb(169,110,44); }
td.TdClassName
{
border-color: #A96E2C;
}
.TagClassName
{
border-color: #A96E2C;
}
</style>