Shades of Hot Toddy #A67B2F
Tints of Hot Toddy #A67B2F
RGB
CMYK
RGB Variations
Color information
#A67B2F (or 0xA67B2F) is known color: Hot Toddy. HEX triplet: A6, 7B and 2F. RGB value is (166,123,47). Sum of RGB (Red+Green+Blue) = 166+123+47=336 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.40% from 336); Green value is 123 (48.44% from 255 or 36.61% from 336); Blue value is 47 (18.75% from 255 or 13.99% from 336); Max value from RGB is 166 - color contains mainly: red. Hex color #A67B2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67B2F is #5984D0. Grayscale: #7F7F7F. Windows color (decimal): -5866705 or 3111846. OLE color: 3111846.
HSL color Cylindrical-coordinate representation of color #A67B2F: hue angle of 38.32º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A67B2F is Cyan = 0, Magento = 0.26, Yellow = 0.72 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 123 | 47 | - |
| CMYK | 0 | 0.26 | 0.72 | 0.35 |
| HSL | 38.32º | 0.56% | 0.42% | - |
| HSV(B) | 38.32º | 0.72% | 0.65% | - |
| XYZ | 23.32 | 22.48 | 5.8 | - |
| YUV | 127.19 | 82.75 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 123 | 47 | 0 | 0.26 | 0.72 | 0.35 | 38.32 | 0.56 | 0.42 |
| Hex | A6 | 7B | 2F | 0 | 1A | 48 | 23 | 26 | 38 | 2A |
| Octal | 246 | 173 | 57 | 0 | 32 | 110 | 43 | 46 | 70 | 52 |
| Binary | 10100110 | 1111011 | 101111 | 0 | 11010 | 1001000 | 100011 | 100110 | 111000 | 101010 |
Color Harmonies of #A67B2F
Complementary color
Monochromatic Colors of #A67B2F
Black with #A67B2F
Text Example
Text Example
White with #A67B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67B2F; }
p { color: rgb(166,123,47); }
H1.HeaderClassName
{
color: #A67B2F;
}
.AnyTagClassName
{
color: #A67B2F;
}
</style>
background-color css
<style>
a { background-color: #A67B2F; }
a { background-color: rgb(166,123,47); }
div.DivClassName
{
background-color: #A67B2F;
}
.BgClassName
{
background-color: #A67B2F;
}
</style>
border-color css
<style>
span { border-color: #A67B2F; }
span { border-color: rgb(166,123,47); }
td.TdClassName
{
border-color: #A67B2F;
}
.TagClassName
{
border-color: #A67B2F;
}
</style>