Shades of Hot Toddy #A96B28
Tints of Hot Toddy #A96B28
RGB
CMYK
RGB Variations
Color information
#A96B28 (or 0xA96B28) is known color: Hot Toddy. HEX triplet: A9, 6B and 28. RGB value is (169,107,40). Sum of RGB (Red+Green+Blue) = 169+107+40=316 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.48% from 316); Green value is 107 (42.19% from 255 or 33.86% from 316); Blue value is 40 (16.02% from 255 or 12.66% from 316); Max value from RGB is 169 - color contains mainly: red. Hex color #A96B28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96B28 is #5694D7. Grayscale: #767676. Windows color (decimal): -5674200 or 2649001. OLE color: 2649001.
HSL color Cylindrical-coordinate representation of color #A96B28: hue angle of 31.16º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A96B28 is Cyan = 0, Magento = 0.37, Yellow = 0.76 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 107 | 40 | - |
| CMYK | 0 | 0.37 | 0.76 | 0.34 |
| HSL | 31.16º | 0.62% | 0.41% | - |
| HSV(B) | 31.16º | 0.76% | 0.66% | - |
| XYZ | 22 | 19.1 | 4.54 | - |
| YUV | 117.9 | 84.04 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 107 | 40 | 0 | 0.37 | 0.76 | 0.34 | 31.16 | 0.62 | 0.41 |
| Hex | A9 | 6B | 28 | 0 | 25 | 4C | 22 | 1F | 3E | 29 |
| Octal | 251 | 153 | 50 | 0 | 45 | 114 | 42 | 37 | 76 | 51 |
| Binary | 10101001 | 1101011 | 101000 | 0 | 100101 | 1001100 | 100010 | 11111 | 111110 | 101001 |
Color Harmonies of #A96B28
Complementary color
Monochromatic Colors of #A96B28
Black with #A96B28
Text Example
Text Example
White with #A96B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96B28; }
p { color: rgb(169,107,40); }
H1.HeaderClassName
{
color: #A96B28;
}
.AnyTagClassName
{
color: #A96B28;
}
</style>
background-color css
<style>
a { background-color: #A96B28; }
a { background-color: rgb(169,107,40); }
div.DivClassName
{
background-color: #A96B28;
}
.BgClassName
{
background-color: #A96B28;
}
</style>
border-color css
<style>
span { border-color: #A96B28; }
span { border-color: rgb(169,107,40); }
td.TdClassName
{
border-color: #A96B28;
}
.TagClassName
{
border-color: #A96B28;
}
</style>