Shades of Hot Toddy #A67A2A
Tints of Hot Toddy #A67A2A
RGB
CMYK
RGB Variations
Color information
#A67A2A (or 0xA67A2A) is known color: Hot Toddy. HEX triplet: A6, 7A and 2A. RGB value is (166,122,42). Sum of RGB (Red+Green+Blue) = 166+122+42=330 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.30% from 330); Green value is 122 (48.05% from 255 or 36.97% from 330); Blue value is 42 (16.80% from 255 or 12.73% from 330); Max value from RGB is 166 - color contains mainly: red. Hex color #A67A2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67A2A is #5985D5. Grayscale: #7E7E7E. Windows color (decimal): -5866966 or 2783910. OLE color: 2783910.
HSL color Cylindrical-coordinate representation of color #A67A2A: hue angle of 38.71º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A67A2A is Cyan = 0, Magento = 0.27, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 122 | 42 | - |
| CMYK | 0 | 0.27 | 0.75 | 0.35 |
| HSL | 38.71º | 0.6% | 0.41% | - |
| HSV(B) | 38.71º | 0.75% | 0.65% | - |
| XYZ | 23.1 | 22.19 | 5.26 | - |
| YUV | 126.04 | 80.58 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 122 | 42 | 0 | 0.27 | 0.75 | 0.35 | 38.71 | 0.6 | 0.41 |
| Hex | A6 | 7A | 2A | 0 | 1B | 4B | 23 | 27 | 3C | 29 |
| Octal | 246 | 172 | 52 | 0 | 33 | 113 | 43 | 47 | 74 | 51 |
| Binary | 10100110 | 1111010 | 101010 | 0 | 11011 | 1001011 | 100011 | 100111 | 111100 | 101001 |
Color Harmonies of #A67A2A
Complementary color
Monochromatic Colors of #A67A2A
Black with #A67A2A
Text Example
Text Example
White with #A67A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67A2A; }
p { color: rgb(166,122,42); }
H1.HeaderClassName
{
color: #A67A2A;
}
.AnyTagClassName
{
color: #A67A2A;
}
</style>
background-color css
<style>
a { background-color: #A67A2A; }
a { background-color: rgb(166,122,42); }
div.DivClassName
{
background-color: #A67A2A;
}
.BgClassName
{
background-color: #A67A2A;
}
</style>
border-color css
<style>
span { border-color: #A67A2A; }
span { border-color: rgb(166,122,42); }
td.TdClassName
{
border-color: #A67A2A;
}
.TagClassName
{
border-color: #A67A2A;
}
</style>