Shades of Hot Toddy #A6721B
Tints of Hot Toddy #A6721B
RGB
CMYK
RGB Variations
Color information
#A6721B (or 0xA6721B) is known color: Hot Toddy. HEX triplet: A6, 72 and 1B. RGB value is (166,114,27). Sum of RGB (Red+Green+Blue) = 166+114+27=307 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.07% from 307); Green value is 114 (44.92% from 255 or 37.13% from 307); Blue value is 27 (10.94% from 255 or 8.79% from 307); Max value from RGB is 166 - color contains mainly: red. Hex color #A6721B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6721B is #598DE4. Grayscale: #787878. Windows color (decimal): -5869029 or 1798822. OLE color: 1798822.
HSL color Cylindrical-coordinate representation of color #A6721B: hue angle of 37.55º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A6721B is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 114 | 27 | - |
| CMYK | 0 | 0.31 | 0.84 | 0.35 |
| HSL | 37.55º | 0.72% | 0.38% | - |
| HSV(B) | 37.55º | 0.84% | 0.65% | - |
| XYZ | 21.94 | 20.22 | 3.78 | - |
| YUV | 119.63 | 75.73 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 114 | 27 | 0 | 0.31 | 0.84 | 0.35 | 37.55 | 0.72 | 0.38 |
| Hex | A6 | 72 | 1B | 0 | 1F | 54 | 23 | 26 | 48 | 26 |
| Octal | 246 | 162 | 33 | 0 | 37 | 124 | 43 | 46 | 110 | 46 |
| Binary | 10100110 | 1110010 | 11011 | 0 | 11111 | 1010100 | 100011 | 100110 | 1001000 | 100110 |
Color Harmonies of #A6721B
Complementary color
Monochromatic Colors of #A6721B
Black with #A6721B
Text Example
Text Example
White with #A6721B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6721B; }
p { color: rgb(166,114,27); }
H1.HeaderClassName
{
color: #A6721B;
}
.AnyTagClassName
{
color: #A6721B;
}
</style>
background-color css
<style>
a { background-color: #A6721B; }
a { background-color: rgb(166,114,27); }
div.DivClassName
{
background-color: #A6721B;
}
.BgClassName
{
background-color: #A6721B;
}
</style>
border-color css
<style>
span { border-color: #A6721B; }
span { border-color: rgb(166,114,27); }
td.TdClassName
{
border-color: #A6721B;
}
.TagClassName
{
border-color: #A6721B;
}
</style>