Shades of Hot Toddy #A67F2B
Tints of Hot Toddy #A67F2B
RGB
CMYK
RGB Variations
Color information
#A67F2B (or 0xA67F2B) is known color: Hot Toddy. HEX triplet: A6, 7F and 2B. RGB value is (166,127,43). Sum of RGB (Red+Green+Blue) = 166+127+43=336 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.40% from 336); Green value is 127 (50% from 255 or 37.80% from 336); Blue value is 43 (17.19% from 255 or 12.80% from 336); Max value from RGB is 166 - color contains mainly: red. Hex color #A67F2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67F2B is #5980D4. Grayscale: #818181. Windows color (decimal): -5865685 or 2850726. OLE color: 2850726.
HSL color Cylindrical-coordinate representation of color #A67F2B: hue angle of 40.98º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A67F2B is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 127 | 43 | - |
| CMYK | 0 | 0.23 | 0.74 | 0.35 |
| HSL | 40.98º | 0.59% | 0.41% | - |
| HSV(B) | 40.98º | 0.74% | 0.65% | - |
| XYZ | 23.75 | 23.46 | 5.56 | - |
| YUV | 129.09 | 79.42 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 127 | 43 | 0 | 0.23 | 0.74 | 0.35 | 40.98 | 0.59 | 0.41 |
| Hex | A6 | 7F | 2B | 0 | 17 | 4A | 23 | 29 | 3B | 29 |
| Octal | 246 | 177 | 53 | 0 | 27 | 112 | 43 | 51 | 73 | 51 |
| Binary | 10100110 | 1111111 | 101011 | 0 | 10111 | 1001010 | 100011 | 101001 | 111011 | 101001 |
Color Harmonies of #A67F2B
Complementary color
Monochromatic Colors of #A67F2B
Black with #A67F2B
Text Example
Text Example
White with #A67F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67F2B; }
p { color: rgb(166,127,43); }
H1.HeaderClassName
{
color: #A67F2B;
}
.AnyTagClassName
{
color: #A67F2B;
}
</style>
background-color css
<style>
a { background-color: #A67F2B; }
a { background-color: rgb(166,127,43); }
div.DivClassName
{
background-color: #A67F2B;
}
.BgClassName
{
background-color: #A67F2B;
}
</style>
border-color css
<style>
span { border-color: #A67F2B; }
span { border-color: rgb(166,127,43); }
td.TdClassName
{
border-color: #A67F2B;
}
.TagClassName
{
border-color: #A67F2B;
}
</style>