Shades of Hot Toddy #A56C23
Tints of Hot Toddy #A56C23
RGB
CMYK
RGB Variations
Color information
#A56C23 (or 0xA56C23) is known color: Hot Toddy. HEX triplet: A5, 6C and 23. RGB value is (165,108,35). Sum of RGB (Red+Green+Blue) = 165+108+35=308 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.57% from 308); Green value is 108 (42.58% from 255 or 35.06% from 308); Blue value is 35 (14.06% from 255 or 11.36% from 308); Max value from RGB is 165 - color contains mainly: red. Hex color #A56C23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56C23 is #5A93DC. Grayscale: #757575. Windows color (decimal): -5936093 or 2321573. OLE color: 2321573.
HSL color Cylindrical-coordinate representation of color #A56C23: hue angle of 33.69º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A56C23 is Cyan = 0, Magento = 0.35, Yellow = 0.79 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 108 | 35 | - |
| CMYK | 0 | 0.35 | 0.79 | 0.35 |
| HSL | 33.69º | 0.65% | 0.39% | - |
| HSV(B) | 33.69º | 0.79% | 0.65% | - |
| XYZ | 21.18 | 18.85 | 4.11 | - |
| YUV | 116.72 | 81.88 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 108 | 35 | 0 | 0.35 | 0.79 | 0.35 | 33.69 | 0.65 | 0.39 |
| Hex | A5 | 6C | 23 | 0 | 23 | 4F | 23 | 22 | 41 | 27 |
| Octal | 245 | 154 | 43 | 0 | 43 | 117 | 43 | 42 | 101 | 47 |
| Binary | 10100101 | 1101100 | 100011 | 0 | 100011 | 1001111 | 100011 | 100010 | 1000001 | 100111 |
Color Harmonies of #A56C23
Complementary color
Monochromatic Colors of #A56C23
Black with #A56C23
Text Example
Text Example
White with #A56C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56C23; }
p { color: rgb(165,108,35); }
H1.HeaderClassName
{
color: #A56C23;
}
.AnyTagClassName
{
color: #A56C23;
}
</style>
background-color css
<style>
a { background-color: #A56C23; }
a { background-color: rgb(165,108,35); }
div.DivClassName
{
background-color: #A56C23;
}
.BgClassName
{
background-color: #A56C23;
}
</style>
border-color css
<style>
span { border-color: #A56C23; }
span { border-color: rgb(165,108,35); }
td.TdClassName
{
border-color: #A56C23;
}
.TagClassName
{
border-color: #A56C23;
}
</style>