Shades of Hot Toddy #A96D2C
Tints of Hot Toddy #A96D2C
RGB
CMYK
RGB Variations
Color information
#A96D2C (or 0xA96D2C) is known color: Hot Toddy. HEX triplet: A9, 6D and 2C. RGB value is (169,109,44). Sum of RGB (Red+Green+Blue) = 169+109+44=322 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.48% from 322); Green value is 109 (42.97% from 255 or 33.85% from 322); Blue value is 44 (17.58% from 255 or 13.66% from 322); Max value from RGB is 169 - color contains mainly: red. Hex color #A96D2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96D2C is #5692D3. Grayscale: #777777. Windows color (decimal): -5673684 or 2911657. OLE color: 2911657.
HSL color Cylindrical-coordinate representation of color #A96D2C: hue angle of 31.2º 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 #A96D2C is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 109 | 44 | - |
| CMYK | 0 | 0.36 | 0.74 | 0.34 |
| HSL | 31.2º | 0.59% | 0.42% | - |
| HSV(B) | 31.2º | 0.74% | 0.66% | - |
| XYZ | 22.29 | 19.55 | 4.98 | - |
| YUV | 119.53 | 85.38 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 109 | 44 | 0 | 0.36 | 0.74 | 0.34 | 31.2 | 0.59 | 0.42 |
| Hex | A9 | 6D | 2C | 0 | 24 | 4A | 22 | 1F | 3B | 2A |
| Octal | 251 | 155 | 54 | 0 | 44 | 112 | 42 | 37 | 73 | 52 |
| Binary | 10101001 | 1101101 | 101100 | 0 | 100100 | 1001010 | 100010 | 11111 | 111011 | 101010 |
Color Harmonies of #A96D2C
Complementary color
Monochromatic Colors of #A96D2C
Black with #A96D2C
Text Example
Text Example
White with #A96D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96D2C; }
p { color: rgb(169,109,44); }
H1.HeaderClassName
{
color: #A96D2C;
}
.AnyTagClassName
{
color: #A96D2C;
}
</style>
background-color css
<style>
a { background-color: #A96D2C; }
a { background-color: rgb(169,109,44); }
div.DivClassName
{
background-color: #A96D2C;
}
.BgClassName
{
background-color: #A96D2C;
}
</style>
border-color css
<style>
span { border-color: #A96D2C; }
span { border-color: rgb(169,109,44); }
td.TdClassName
{
border-color: #A96D2C;
}
.TagClassName
{
border-color: #A96D2C;
}
</style>