Shades of Hot Toddy #A96D23
Tints of Hot Toddy #A96D23
RGB
CMYK
RGB Variations
Color information
#A96D23 (or 0xA96D23) is known color: Hot Toddy. HEX triplet: A9, 6D and 23. RGB value is (169,109,35). Sum of RGB (Red+Green+Blue) = 169+109+35=313 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.99% from 313); Green value is 109 (42.97% from 255 or 34.82% from 313); Blue value is 35 (14.06% from 255 or 11.18% from 313); Max value from RGB is 169 - color contains mainly: red. Hex color #A96D23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96D23 is #5692DC. Grayscale: #767676. Windows color (decimal): -5673693 or 2321833. OLE color: 2321833.
HSL color Cylindrical-coordinate representation of color #A96D23: hue angle of 33.13º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A96D23 is Cyan = 0, Magento = 0.36, Yellow = 0.79 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 109 | 35 | - |
| CMYK | 0 | 0.36 | 0.79 | 0.34 |
| HSL | 33.13º | 0.66% | 0.4% | - |
| HSV(B) | 33.13º | 0.79% | 0.66% | - |
| XYZ | 22.13 | 19.49 | 4.19 | - |
| YUV | 118.5 | 80.88 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 109 | 35 | 0 | 0.36 | 0.79 | 0.34 | 33.13 | 0.66 | 0.4 |
| Hex | A9 | 6D | 23 | 0 | 24 | 4F | 22 | 21 | 42 | 28 |
| Octal | 251 | 155 | 43 | 0 | 44 | 117 | 42 | 41 | 102 | 50 |
| Binary | 10101001 | 1101101 | 100011 | 0 | 100100 | 1001111 | 100010 | 100001 | 1000010 | 101000 |
Color Harmonies of #A96D23
Complementary color
Monochromatic Colors of #A96D23
Black with #A96D23
Text Example
Text Example
White with #A96D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96D23; }
p { color: rgb(169,109,35); }
H1.HeaderClassName
{
color: #A96D23;
}
.AnyTagClassName
{
color: #A96D23;
}
</style>
background-color css
<style>
a { background-color: #A96D23; }
a { background-color: rgb(169,109,35); }
div.DivClassName
{
background-color: #A96D23;
}
.BgClassName
{
background-color: #A96D23;
}
</style>
border-color css
<style>
span { border-color: #A96D23; }
span { border-color: rgb(169,109,35); }
td.TdClassName
{
border-color: #A96D23;
}
.TagClassName
{
border-color: #A96D23;
}
</style>