Shades of Hot Toddy #A67A32
Tints of Hot Toddy #A67A32
RGB
CMYK
RGB Variations
Color information
#A67A32 (or 0xA67A32) is known color: Hot Toddy. HEX triplet: A6, 7A and 32. RGB value is (166,122,50). Sum of RGB (Red+Green+Blue) = 166+122+50=338 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.11% from 338); Green value is 122 (48.05% from 255 or 36.09% from 338); Blue value is 50 (19.92% from 255 or 14.79% from 338); Max value from RGB is 166 - color contains mainly: red. Hex color #A67A32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67A32 is #5985CD. Grayscale: #7F7F7F. Windows color (decimal): -5866958 or 3308198. OLE color: 3308198.
HSL color Cylindrical-coordinate representation of color #A67A32: hue angle of 37.24º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A67A32 is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 122 | 50 | - |
| CMYK | 0 | 0.27 | 0.70 | 0.35 |
| HSL | 37.24º | 0.54% | 0.42% | - |
| HSV(B) | 37.24º | 0.7% | 0.65% | - |
| XYZ | 23.26 | 22.26 | 6.09 | - |
| YUV | 126.95 | 84.58 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 122 | 50 | 0 | 0.27 | 0.70 | 0.35 | 37.24 | 0.54 | 0.42 |
| Hex | A6 | 7A | 32 | 0 | 1B | 46 | 23 | 25 | 36 | 2A |
| Octal | 246 | 172 | 62 | 0 | 33 | 106 | 43 | 45 | 66 | 52 |
| Binary | 10100110 | 1111010 | 110010 | 0 | 11011 | 1000110 | 100011 | 100101 | 110110 | 101010 |
Color Harmonies of #A67A32
Complementary color
Monochromatic Colors of #A67A32
Black with #A67A32
Text Example
Text Example
White with #A67A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67A32; }
p { color: rgb(166,122,50); }
H1.HeaderClassName
{
color: #A67A32;
}
.AnyTagClassName
{
color: #A67A32;
}
</style>
background-color css
<style>
a { background-color: #A67A32; }
a { background-color: rgb(166,122,50); }
div.DivClassName
{
background-color: #A67A32;
}
.BgClassName
{
background-color: #A67A32;
}
</style>
border-color css
<style>
span { border-color: #A67A32; }
span { border-color: rgb(166,122,50); }
td.TdClassName
{
border-color: #A67A32;
}
.TagClassName
{
border-color: #A67A32;
}
</style>