Shades of Hot Toddy #A6702D
Tints of Hot Toddy #A6702D
RGB
CMYK
RGB Variations
Color information
#A6702D (or 0xA6702D) is known color: Hot Toddy. HEX triplet: A6, 70 and 2D. RGB value is (166,112,45). Sum of RGB (Red+Green+Blue) = 166+112+45=323 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.39% from 323); Green value is 112 (44.14% from 255 or 34.67% from 323); Blue value is 45 (17.97% from 255 or 13.93% from 323); Max value from RGB is 166 - color contains mainly: red. Hex color #A6702D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6702D is #598FD2. Grayscale: #787878. Windows color (decimal): -5869523 or 2977958. OLE color: 2977958.
HSL color Cylindrical-coordinate representation of color #A6702D: hue angle of 33.22º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A6702D is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 112 | 45 | - |
| CMYK | 0 | 0.33 | 0.73 | 0.35 |
| HSL | 33.22º | 0.57% | 0.41% | - |
| HSV(B) | 33.22º | 0.73% | 0.65% | - |
| XYZ | 21.99 | 19.88 | 5.16 | - |
| YUV | 120.51 | 85.39 | 160.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 112 | 45 | 0 | 0.33 | 0.73 | 0.35 | 33.22 | 0.57 | 0.41 |
| Hex | A6 | 70 | 2D | 0 | 21 | 49 | 23 | 21 | 39 | 29 |
| Octal | 246 | 160 | 55 | 0 | 41 | 111 | 43 | 41 | 71 | 51 |
| Binary | 10100110 | 1110000 | 101101 | 0 | 100001 | 1001001 | 100011 | 100001 | 111001 | 101001 |
Color Harmonies of #A6702D
Complementary color
Monochromatic Colors of #A6702D
Black with #A6702D
Text Example
Text Example
White with #A6702D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6702D; }
p { color: rgb(166,112,45); }
H1.HeaderClassName
{
color: #A6702D;
}
.AnyTagClassName
{
color: #A6702D;
}
</style>
background-color css
<style>
a { background-color: #A6702D; }
a { background-color: rgb(166,112,45); }
div.DivClassName
{
background-color: #A6702D;
}
.BgClassName
{
background-color: #A6702D;
}
</style>
border-color css
<style>
span { border-color: #A6702D; }
span { border-color: rgb(166,112,45); }
td.TdClassName
{
border-color: #A6702D;
}
.TagClassName
{
border-color: #A6702D;
}
</style>