Shades of Hot Toddy #A17A2E
Tints of Hot Toddy #A17A2E
RGB
CMYK
RGB Variations
Color information
#A17A2E (or 0xA17A2E) is known color: Hot Toddy. HEX triplet: A1, 7A and 2E. RGB value is (161,122,46). Sum of RGB (Red+Green+Blue) = 161+122+46=329 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.94% from 329); Green value is 122 (48.05% from 255 or 37.08% from 329); Blue value is 46 (18.36% from 255 or 13.98% from 329); Max value from RGB is 161 - color contains mainly: red. Hex color #A17A2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17A2E is #5E85D1. Grayscale: #7D7D7D. Windows color (decimal): -6194642 or 3046049. OLE color: 3046049.
HSL color Cylindrical-coordinate representation of color #A17A2E: hue angle of 39.65º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A17A2E is Cyan = 0, Magento = 0.24, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 122 | 46 | - |
| CMYK | 0 | 0.24 | 0.71 | 0.37 |
| HSL | 39.65º | 0.56% | 0.41% | - |
| HSV(B) | 39.65º | 0.71% | 0.63% | - |
| XYZ | 22.15 | 21.69 | 5.6 | - |
| YUV | 125 | 83.42 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 122 | 46 | 0 | 0.24 | 0.71 | 0.37 | 39.65 | 0.56 | 0.41 |
| Hex | A1 | 7A | 2E | 0 | 18 | 47 | 25 | 28 | 38 | 29 |
| Octal | 241 | 172 | 56 | 0 | 30 | 107 | 45 | 50 | 70 | 51 |
| Binary | 10100001 | 1111010 | 101110 | 0 | 11000 | 1000111 | 100101 | 101000 | 111000 | 101001 |
Color Harmonies of #A17A2E
Complementary color
Monochromatic Colors of #A17A2E
Black with #A17A2E
Text Example
Text Example
White with #A17A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17A2E; }
p { color: rgb(161,122,46); }
H1.HeaderClassName
{
color: #A17A2E;
}
.AnyTagClassName
{
color: #A17A2E;
}
</style>
background-color css
<style>
a { background-color: #A17A2E; }
a { background-color: rgb(161,122,46); }
div.DivClassName
{
background-color: #A17A2E;
}
.BgClassName
{
background-color: #A17A2E;
}
</style>
border-color css
<style>
span { border-color: #A17A2E; }
span { border-color: rgb(161,122,46); }
td.TdClassName
{
border-color: #A17A2E;
}
.TagClassName
{
border-color: #A17A2E;
}
</style>