Shades of Hot Toddy #A96C2A
Tints of Hot Toddy #A96C2A
RGB
CMYK
RGB Variations
Color information
#A96C2A (or 0xA96C2A) is known color: Hot Toddy. HEX triplet: A9, 6C and 2A. RGB value is (169,108,42). Sum of RGB (Red+Green+Blue) = 169+108+42=319 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.98% from 319); Green value is 108 (42.58% from 255 or 33.86% from 319); Blue value is 42 (16.80% from 255 or 13.17% from 319); Max value from RGB is 169 - color contains mainly: red. Hex color #A96C2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96C2A is #5693D5. Grayscale: #777777. Windows color (decimal): -5673942 or 2780329. OLE color: 2780329.
HSL color Cylindrical-coordinate representation of color #A96C2A: hue angle of 31.18º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A96C2A is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 108 | 42 | - |
| CMYK | 0 | 0.36 | 0.75 | 0.34 |
| HSL | 31.18º | 0.6% | 0.41% | - |
| HSV(B) | 31.18º | 0.75% | 0.66% | - |
| XYZ | 22.14 | 19.33 | 4.75 | - |
| YUV | 118.72 | 84.71 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 108 | 42 | 0 | 0.36 | 0.75 | 0.34 | 31.18 | 0.6 | 0.41 |
| Hex | A9 | 6C | 2A | 0 | 24 | 4B | 22 | 1F | 3C | 29 |
| Octal | 251 | 154 | 52 | 0 | 44 | 113 | 42 | 37 | 74 | 51 |
| Binary | 10101001 | 1101100 | 101010 | 0 | 100100 | 1001011 | 100010 | 11111 | 111100 | 101001 |
Color Harmonies of #A96C2A
Complementary color
Monochromatic Colors of #A96C2A
Black with #A96C2A
Text Example
Text Example
White with #A96C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96C2A; }
p { color: rgb(169,108,42); }
H1.HeaderClassName
{
color: #A96C2A;
}
.AnyTagClassName
{
color: #A96C2A;
}
</style>
background-color css
<style>
a { background-color: #A96C2A; }
a { background-color: rgb(169,108,42); }
div.DivClassName
{
background-color: #A96C2A;
}
.BgClassName
{
background-color: #A96C2A;
}
</style>
border-color css
<style>
span { border-color: #A96C2A; }
span { border-color: rgb(169,108,42); }
td.TdClassName
{
border-color: #A96C2A;
}
.TagClassName
{
border-color: #A96C2A;
}
</style>