Shades of Hot Toddy #A46D20
Tints of Hot Toddy #A46D20
RGB
CMYK
RGB Variations
Color information
#A46D20 (or 0xA46D20) is known color: Hot Toddy. HEX triplet: A4, 6D and 20. RGB value is (164,109,32). Sum of RGB (Red+Green+Blue) = 164+109+32=305 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.77% from 305); Green value is 109 (42.97% from 255 or 35.74% from 305); Blue value is 32 (12.89% from 255 or 10.49% from 305); Max value from RGB is 164 - color contains mainly: red. Hex color #A46D20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46D20 is #5B92DF. Grayscale: #757575. Windows color (decimal): -6001376 or 2125220. OLE color: 2125220.
HSL color Cylindrical-coordinate representation of color #A46D20: hue angle of 35º 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 #A46D20 is Cyan = 0, Magento = 0.34, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 109 | 32 | - |
| CMYK | 0 | 0.34 | 0.80 | 0.36 |
| HSL | 35º | 0.67% | 0.38% | - |
| HSV(B) | 35º | 0.8% | 0.64% | - |
| XYZ | 21.04 | 18.93 | 3.91 | - |
| YUV | 116.67 | 80.22 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 109 | 32 | 0 | 0.34 | 0.80 | 0.36 | 35 | 0.67 | 0.38 |
| Hex | A4 | 6D | 20 | 0 | 22 | 50 | 24 | 23 | 43 | 26 |
| Octal | 244 | 155 | 40 | 0 | 42 | 120 | 44 | 43 | 103 | 46 |
| Binary | 10100100 | 1101101 | 100000 | 0 | 100010 | 1010000 | 100100 | 100011 | 1000011 | 100110 |
Color Harmonies of #A46D20
Complementary color
Monochromatic Colors of #A46D20
Black with #A46D20
Text Example
Text Example
White with #A46D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46D20; }
p { color: rgb(164,109,32); }
H1.HeaderClassName
{
color: #A46D20;
}
.AnyTagClassName
{
color: #A46D20;
}
</style>
background-color css
<style>
a { background-color: #A46D20; }
a { background-color: rgb(164,109,32); }
div.DivClassName
{
background-color: #A46D20;
}
.BgClassName
{
background-color: #A46D20;
}
</style>
border-color css
<style>
span { border-color: #A46D20; }
span { border-color: rgb(164,109,32); }
td.TdClassName
{
border-color: #A46D20;
}
.TagClassName
{
border-color: #A46D20;
}
</style>