Shades of Hot Toddy #A46D25
Tints of Hot Toddy #A46D25
RGB
CMYK
RGB Variations
Color information
#A46D25 (or 0xA46D25) is known color: Hot Toddy. HEX triplet: A4, 6D and 25. RGB value is (164,109,37). Sum of RGB (Red+Green+Blue) = 164+109+37=310 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.90% from 310); Green value is 109 (42.97% from 255 or 35.16% from 310); Blue value is 37 (14.84% from 255 or 11.94% from 310); Max value from RGB is 164 - color contains mainly: red. Hex color #A46D25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46D25 is #5B92DA. Grayscale: #757575. Windows color (decimal): -6001371 or 2452900. OLE color: 2452900.
HSL color Cylindrical-coordinate representation of color #A46D25: hue angle of 34.02º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A46D25 is Cyan = 0, Magento = 0.34, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 109 | 37 | - |
| CMYK | 0 | 0.34 | 0.77 | 0.36 |
| HSL | 34.02º | 0.63% | 0.39% | - |
| HSV(B) | 34.02º | 0.77% | 0.64% | - |
| XYZ | 21.11 | 18.96 | 4.3 | - |
| YUV | 117.24 | 82.72 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 109 | 37 | 0 | 0.34 | 0.77 | 0.36 | 34.02 | 0.63 | 0.39 |
| Hex | A4 | 6D | 25 | 0 | 22 | 4D | 24 | 22 | 3F | 27 |
| Octal | 244 | 155 | 45 | 0 | 42 | 115 | 44 | 42 | 77 | 47 |
| Binary | 10100100 | 1101101 | 100101 | 0 | 100010 | 1001101 | 100100 | 100010 | 111111 | 100111 |
Color Harmonies of #A46D25
Complementary color
Monochromatic Colors of #A46D25
Black with #A46D25
Text Example
Text Example
White with #A46D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46D25; }
p { color: rgb(164,109,37); }
H1.HeaderClassName
{
color: #A46D25;
}
.AnyTagClassName
{
color: #A46D25;
}
</style>
background-color css
<style>
a { background-color: #A46D25; }
a { background-color: rgb(164,109,37); }
div.DivClassName
{
background-color: #A46D25;
}
.BgClassName
{
background-color: #A46D25;
}
</style>
border-color css
<style>
span { border-color: #A46D25; }
span { border-color: rgb(164,109,37); }
td.TdClassName
{
border-color: #A46D25;
}
.TagClassName
{
border-color: #A46D25;
}
</style>