Shades of Hot Toddy #A56E29
Tints of Hot Toddy #A56E29
RGB
CMYK
RGB Variations
Color information
#A56E29 (or 0xA56E29) is known color: Hot Toddy. HEX triplet: A5, 6E and 29. RGB value is (165,110,41). Sum of RGB (Red+Green+Blue) = 165+110+41=316 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.22% from 316); Green value is 110 (43.36% from 255 or 34.81% from 316); Blue value is 41 (16.41% from 255 or 12.97% from 316); Max value from RGB is 165 - color contains mainly: red. Hex color #A56E29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56E29 is #5A91D6. Grayscale: #767676. Windows color (decimal): -5935575 or 2715301. OLE color: 2715301.
HSL color Cylindrical-coordinate representation of color #A56E29: hue angle of 33.39º 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 #A56E29 is Cyan = 0, Magento = 0.33, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 110 | 41 | - |
| CMYK | 0 | 0.33 | 0.75 | 0.35 |
| HSL | 33.39º | 0.6% | 0.4% | - |
| HSV(B) | 33.39º | 0.75% | 0.65% | - |
| XYZ | 21.49 | 19.31 | 4.69 | - |
| YUV | 118.58 | 84.22 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 110 | 41 | 0 | 0.33 | 0.75 | 0.35 | 33.39 | 0.6 | 0.4 |
| Hex | A5 | 6E | 29 | 0 | 21 | 4B | 23 | 21 | 3C | 28 |
| Octal | 245 | 156 | 51 | 0 | 41 | 113 | 43 | 41 | 74 | 50 |
| Binary | 10100101 | 1101110 | 101001 | 0 | 100001 | 1001011 | 100011 | 100001 | 111100 | 101000 |
Color Harmonies of #A56E29
Complementary color
Monochromatic Colors of #A56E29
Black with #A56E29
Text Example
Text Example
White with #A56E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56E29; }
p { color: rgb(165,110,41); }
H1.HeaderClassName
{
color: #A56E29;
}
.AnyTagClassName
{
color: #A56E29;
}
</style>
background-color css
<style>
a { background-color: #A56E29; }
a { background-color: rgb(165,110,41); }
div.DivClassName
{
background-color: #A56E29;
}
.BgClassName
{
background-color: #A56E29;
}
</style>
border-color css
<style>
span { border-color: #A56E29; }
span { border-color: rgb(165,110,41); }
td.TdClassName
{
border-color: #A56E29;
}
.TagClassName
{
border-color: #A56E29;
}
</style>