Shades of Hot Toddy #A67321
Tints of Hot Toddy #A67321
RGB
CMYK
RGB Variations
Color information
#A67321 (or 0xA67321) is known color: Hot Toddy. HEX triplet: A6, 73 and 21. RGB value is (166,115,33). Sum of RGB (Red+Green+Blue) = 166+115+33=314 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.87% from 314); Green value is 115 (45.31% from 255 or 36.62% from 314); Blue value is 33 (13.28% from 255 or 10.51% from 314); Max value from RGB is 166 - color contains mainly: red. Hex color #A67321 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67321 is #598CDE. Grayscale: #797979. Windows color (decimal): -5868767 or 2192294. OLE color: 2192294.
HSL color Cylindrical-coordinate representation of color #A67321: hue angle of 36.99º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A67321 is Cyan = 0, Magento = 0.31, Yellow = 0.80 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 115 | 33 | - |
| CMYK | 0 | 0.31 | 0.80 | 0.35 |
| HSL | 36.99º | 0.67% | 0.39% | - |
| HSV(B) | 36.99º | 0.8% | 0.65% | - |
| XYZ | 22.13 | 20.48 | 4.23 | - |
| YUV | 120.9 | 78.4 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 115 | 33 | 0 | 0.31 | 0.80 | 0.35 | 36.99 | 0.67 | 0.39 |
| Hex | A6 | 73 | 21 | 0 | 1F | 50 | 23 | 25 | 43 | 27 |
| Octal | 246 | 163 | 41 | 0 | 37 | 120 | 43 | 45 | 103 | 47 |
| Binary | 10100110 | 1110011 | 100001 | 0 | 11111 | 1010000 | 100011 | 100101 | 1000011 | 100111 |
Color Harmonies of #A67321
Complementary color
Monochromatic Colors of #A67321
Black with #A67321
Text Example
Text Example
White with #A67321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67321; }
p { color: rgb(166,115,33); }
H1.HeaderClassName
{
color: #A67321;
}
.AnyTagClassName
{
color: #A67321;
}
</style>
background-color css
<style>
a { background-color: #A67321; }
a { background-color: rgb(166,115,33); }
div.DivClassName
{
background-color: #A67321;
}
.BgClassName
{
background-color: #A67321;
}
</style>
border-color css
<style>
span { border-color: #A67321; }
span { border-color: rgb(166,115,33); }
td.TdClassName
{
border-color: #A67321;
}
.TagClassName
{
border-color: #A67321;
}
</style>