Shades of Hot Toddy #A17C2F
Tints of Hot Toddy #A17C2F
RGB
CMYK
RGB Variations
Color information
#A17C2F (or 0xA17C2F) is known color: Hot Toddy. HEX triplet: A1, 7C and 2F. RGB value is (161,124,47). Sum of RGB (Red+Green+Blue) = 161+124+47=332 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.49% from 332); Green value is 124 (48.83% from 255 or 37.35% from 332); Blue value is 47 (18.75% from 255 or 14.16% from 332); Max value from RGB is 161 - color contains mainly: red. Hex color #A17C2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17C2F is #5E83D0. Grayscale: #7E7E7E. Windows color (decimal): -6194129 or 3112097. OLE color: 3112097.
HSL color Cylindrical-coordinate representation of color #A17C2F: hue angle of 40.53º 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 #A17C2F is Cyan = 0, Magento = 0.23, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 124 | 47 | - |
| CMYK | 0 | 0.23 | 0.71 | 0.37 |
| HSL | 40.53º | 0.55% | 0.41% | - |
| HSV(B) | 40.53º | 0.71% | 0.63% | - |
| XYZ | 22.42 | 22.2 | 5.79 | - |
| YUV | 126.29 | 83.26 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 124 | 47 | 0 | 0.23 | 0.71 | 0.37 | 40.53 | 0.55 | 0.41 |
| Hex | A1 | 7C | 2F | 0 | 17 | 47 | 25 | 29 | 37 | 29 |
| Octal | 241 | 174 | 57 | 0 | 27 | 107 | 45 | 51 | 67 | 51 |
| Binary | 10100001 | 1111100 | 101111 | 0 | 10111 | 1000111 | 100101 | 101001 | 110111 | 101001 |
Color Harmonies of #A17C2F
Complementary color
Monochromatic Colors of #A17C2F
Black with #A17C2F
Text Example
Text Example
White with #A17C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17C2F; }
p { color: rgb(161,124,47); }
H1.HeaderClassName
{
color: #A17C2F;
}
.AnyTagClassName
{
color: #A17C2F;
}
</style>
background-color css
<style>
a { background-color: #A17C2F; }
a { background-color: rgb(161,124,47); }
div.DivClassName
{
background-color: #A17C2F;
}
.BgClassName
{
background-color: #A17C2F;
}
</style>
border-color css
<style>
span { border-color: #A17C2F; }
span { border-color: rgb(161,124,47); }
td.TdClassName
{
border-color: #A17C2F;
}
.TagClassName
{
border-color: #A17C2F;
}
</style>