Shades of Hot Toddy #A17B2A
Tints of Hot Toddy #A17B2A
RGB
CMYK
RGB Variations
Color information
#A17B2A (or 0xA17B2A) is known color: Hot Toddy. HEX triplet: A1, 7B and 2A. RGB value is (161,123,42). Sum of RGB (Red+Green+Blue) = 161+123+42=326 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.39% from 326); Green value is 123 (48.44% from 255 or 37.73% from 326); Blue value is 42 (16.80% from 255 or 12.88% from 326); Max value from RGB is 161 - color contains mainly: red. Hex color #A17B2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17B2A is #5E84D5. Grayscale: #7D7D7D. Windows color (decimal): -6194390 or 2784161. OLE color: 2784161.
HSL color Cylindrical-coordinate representation of color #A17B2A: hue angle of 40.84º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A17B2A is Cyan = 0, Magento = 0.24, Yellow = 0.74 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 123 | 42 | - |
| CMYK | 0 | 0.24 | 0.74 | 0.37 |
| HSL | 40.84º | 0.59% | 0.4% | - |
| HSV(B) | 40.84º | 0.74% | 0.63% | - |
| XYZ | 22.2 | 21.91 | 5.25 | - |
| YUV | 125.13 | 81.09 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 123 | 42 | 0 | 0.24 | 0.74 | 0.37 | 40.84 | 0.59 | 0.4 |
| Hex | A1 | 7B | 2A | 0 | 18 | 4A | 25 | 29 | 3B | 28 |
| Octal | 241 | 173 | 52 | 0 | 30 | 112 | 45 | 51 | 73 | 50 |
| Binary | 10100001 | 1111011 | 101010 | 0 | 11000 | 1001010 | 100101 | 101001 | 111011 | 101000 |
Color Harmonies of #A17B2A
Complementary color
Monochromatic Colors of #A17B2A
Black with #A17B2A
Text Example
Text Example
White with #A17B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17B2A; }
p { color: rgb(161,123,42); }
H1.HeaderClassName
{
color: #A17B2A;
}
.AnyTagClassName
{
color: #A17B2A;
}
</style>
background-color css
<style>
a { background-color: #A17B2A; }
a { background-color: rgb(161,123,42); }
div.DivClassName
{
background-color: #A17B2A;
}
.BgClassName
{
background-color: #A17B2A;
}
</style>
border-color css
<style>
span { border-color: #A17B2A; }
span { border-color: rgb(161,123,42); }
td.TdClassName
{
border-color: #A17B2A;
}
.TagClassName
{
border-color: #A17B2A;
}
</style>