Shades of Hot Toddy #A46C20
Tints of Hot Toddy #A46C20
RGB
CMYK
RGB Variations
Color information
#A46C20 (or 0xA46C20) is known color: Hot Toddy. HEX triplet: A4, 6C and 20. RGB value is (164,108,32). Sum of RGB (Red+Green+Blue) = 164+108+32=304 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.95% from 304); Green value is 108 (42.58% from 255 or 35.53% from 304); Blue value is 32 (12.89% from 255 or 10.53% from 304); Max value from RGB is 164 - color contains mainly: red. Hex color #A46C20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46C20 is #5B93DF. Grayscale: #747474. Windows color (decimal): -6001632 or 2124964. OLE color: 2124964.
HSL color Cylindrical-coordinate representation of color #A46C20: hue angle of 34.55º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A46C20 is Cyan = 0, Magento = 0.34, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 108 | 32 | - |
| CMYK | 0 | 0.34 | 0.80 | 0.36 |
| HSL | 34.55º | 0.67% | 0.38% | - |
| HSV(B) | 34.55º | 0.8% | 0.64% | - |
| XYZ | 20.93 | 18.72 | 3.88 | - |
| YUV | 116.08 | 80.55 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 108 | 32 | 0 | 0.34 | 0.80 | 0.36 | 34.55 | 0.67 | 0.38 |
| Hex | A4 | 6C | 20 | 0 | 22 | 50 | 24 | 23 | 43 | 26 |
| Octal | 244 | 154 | 40 | 0 | 42 | 120 | 44 | 43 | 103 | 46 |
| Binary | 10100100 | 1101100 | 100000 | 0 | 100010 | 1010000 | 100100 | 100011 | 1000011 | 100110 |
Color Harmonies of #A46C20
Complementary color
Monochromatic Colors of #A46C20
Black with #A46C20
Text Example
Text Example
White with #A46C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46C20; }
p { color: rgb(164,108,32); }
H1.HeaderClassName
{
color: #A46C20;
}
.AnyTagClassName
{
color: #A46C20;
}
</style>
background-color css
<style>
a { background-color: #A46C20; }
a { background-color: rgb(164,108,32); }
div.DivClassName
{
background-color: #A46C20;
}
.BgClassName
{
background-color: #A46C20;
}
</style>
border-color css
<style>
span { border-color: #A46C20; }
span { border-color: rgb(164,108,32); }
td.TdClassName
{
border-color: #A46C20;
}
.TagClassName
{
border-color: #A46C20;
}
</style>