Shades of Hot Toddy #A56C29
Tints of Hot Toddy #A56C29
RGB
CMYK
RGB Variations
Color information
#A56C29 (or 0xA56C29) is known color: Hot Toddy. HEX triplet: A5, 6C and 29. RGB value is (165,108,41). Sum of RGB (Red+Green+Blue) = 165+108+41=314 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.55% from 314); Green value is 108 (42.58% from 255 or 34.39% from 314); Blue value is 41 (16.41% from 255 or 13.06% from 314); Max value from RGB is 165 - color contains mainly: red. Hex color #A56C29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56C29 is #5A93D6. Grayscale: #757575. Windows color (decimal): -5936087 or 2714789. OLE color: 2714789.
HSL color Cylindrical-coordinate representation of color #A56C29: hue angle of 32.42º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A56C29 is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 108 | 41 | - |
| CMYK | 0 | 0.35 | 0.75 | 0.35 |
| HSL | 32.42º | 0.6% | 0.4% | - |
| HSV(B) | 32.42º | 0.75% | 0.65% | - |
| XYZ | 21.28 | 18.88 | 4.62 | - |
| YUV | 117.41 | 84.88 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 108 | 41 | 0 | 0.35 | 0.75 | 0.35 | 32.42 | 0.6 | 0.4 |
| Hex | A5 | 6C | 29 | 0 | 23 | 4B | 23 | 20 | 3C | 28 |
| Octal | 245 | 154 | 51 | 0 | 43 | 113 | 43 | 40 | 74 | 50 |
| Binary | 10100101 | 1101100 | 101001 | 0 | 100011 | 1001011 | 100011 | 100000 | 111100 | 101000 |
Color Harmonies of #A56C29
Complementary color
Monochromatic Colors of #A56C29
Black with #A56C29
Text Example
Text Example
White with #A56C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56C29; }
p { color: rgb(165,108,41); }
H1.HeaderClassName
{
color: #A56C29;
}
.AnyTagClassName
{
color: #A56C29;
}
</style>
background-color css
<style>
a { background-color: #A56C29; }
a { background-color: rgb(165,108,41); }
div.DivClassName
{
background-color: #A56C29;
}
.BgClassName
{
background-color: #A56C29;
}
</style>
border-color css
<style>
span { border-color: #A56C29; }
span { border-color: rgb(165,108,41); }
td.TdClassName
{
border-color: #A56C29;
}
.TagClassName
{
border-color: #A56C29;
}
</style>