Shades of Hot Toddy #A17E2F
Tints of Hot Toddy #A17E2F
RGB
CMYK
RGB Variations
Color information
#A17E2F (or 0xA17E2F) is known color: Hot Toddy. HEX triplet: A1, 7E and 2F. RGB value is (161,126,47). Sum of RGB (Red+Green+Blue) = 161+126+47=334 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.20% from 334); Green value is 126 (49.61% from 255 or 37.72% from 334); Blue value is 47 (18.75% from 255 or 14.07% from 334); Max value from RGB is 161 - color contains mainly: red. Hex color #A17E2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17E2F is #5E81D0. Grayscale: #7F7F7F. Windows color (decimal): -6193617 or 3112609. OLE color: 3112609.
HSL color Cylindrical-coordinate representation of color #A17E2F: hue angle of 41.58º degrees, saturation: 0.55, 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 #A17E2F is Cyan = 0, Magento = 0.22, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 126 | 47 | - |
| CMYK | 0 | 0.22 | 0.71 | 0.37 |
| HSL | 41.58º | 0.55% | 0.41% | - |
| HSV(B) | 41.58º | 0.71% | 0.63% | - |
| XYZ | 22.67 | 22.7 | 5.88 | - |
| YUV | 127.46 | 82.6 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 126 | 47 | 0 | 0.22 | 0.71 | 0.37 | 41.58 | 0.55 | 0.41 |
| Hex | A1 | 7E | 2F | 0 | 16 | 47 | 25 | 2A | 37 | 29 |
| Octal | 241 | 176 | 57 | 0 | 26 | 107 | 45 | 52 | 67 | 51 |
| Binary | 10100001 | 1111110 | 101111 | 0 | 10110 | 1000111 | 100101 | 101010 | 110111 | 101001 |
Color Harmonies of #A17E2F
Complementary color
Monochromatic Colors of #A17E2F
Black with #A17E2F
Text Example
Text Example
White with #A17E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17E2F; }
p { color: rgb(161,126,47); }
H1.HeaderClassName
{
color: #A17E2F;
}
.AnyTagClassName
{
color: #A17E2F;
}
</style>
background-color css
<style>
a { background-color: #A17E2F; }
a { background-color: rgb(161,126,47); }
div.DivClassName
{
background-color: #A17E2F;
}
.BgClassName
{
background-color: #A17E2F;
}
</style>
border-color css
<style>
span { border-color: #A17E2F; }
span { border-color: rgb(161,126,47); }
td.TdClassName
{
border-color: #A17E2F;
}
.TagClassName
{
border-color: #A17E2F;
}
</style>