Shades of Hot Toddy #A86D24
Tints of Hot Toddy #A86D24
RGB
CMYK
RGB Variations
Color information
#A86D24 (or 0xA86D24) is known color: Hot Toddy. HEX triplet: A8, 6D and 24. RGB value is (168,109,36). Sum of RGB (Red+Green+Blue) = 168+109+36=313 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.67% from 313); Green value is 109 (42.97% from 255 or 34.82% from 313); Blue value is 36 (14.45% from 255 or 11.50% from 313); Max value from RGB is 168 - color contains mainly: red. Hex color #A86D24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86D24 is #5792DB. Grayscale: #767676. Windows color (decimal): -5739228 or 2387368. OLE color: 2387368.
HSL color Cylindrical-coordinate representation of color #A86D24: hue angle of 33.18º degrees, saturation: 0.65, 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 #A86D24 is Cyan = 0, Magento = 0.35, Yellow = 0.79 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 109 | 36 | - |
| CMYK | 0 | 0.35 | 0.79 | 0.34 |
| HSL | 33.18º | 0.65% | 0.4% | - |
| HSV(B) | 33.18º | 0.79% | 0.66% | - |
| XYZ | 21.94 | 19.39 | 4.26 | - |
| YUV | 118.32 | 81.55 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 109 | 36 | 0 | 0.35 | 0.79 | 0.34 | 33.18 | 0.65 | 0.4 |
| Hex | A8 | 6D | 24 | 0 | 23 | 4F | 22 | 21 | 41 | 28 |
| Octal | 250 | 155 | 44 | 0 | 43 | 117 | 42 | 41 | 101 | 50 |
| Binary | 10101000 | 1101101 | 100100 | 0 | 100011 | 1001111 | 100010 | 100001 | 1000001 | 101000 |
Color Harmonies of #A86D24
Complementary color
Monochromatic Colors of #A86D24
Black with #A86D24
Text Example
Text Example
White with #A86D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86D24; }
p { color: rgb(168,109,36); }
H1.HeaderClassName
{
color: #A86D24;
}
.AnyTagClassName
{
color: #A86D24;
}
</style>
background-color css
<style>
a { background-color: #A86D24; }
a { background-color: rgb(168,109,36); }
div.DivClassName
{
background-color: #A86D24;
}
.BgClassName
{
background-color: #A86D24;
}
</style>
border-color css
<style>
span { border-color: #A86D24; }
span { border-color: rgb(168,109,36); }
td.TdClassName
{
border-color: #A86D24;
}
.TagClassName
{
border-color: #A86D24;
}
</style>