Shades of Buttered Rum #A16E37
Tints of Buttered Rum #A16E37
RGB
CMYK
RGB Variations
Color information
#A16E37 (or 0xA16E37) is known color: Buttered Rum. HEX triplet: A1, 6E and 37. RGB value is (161,110,55). Sum of RGB (Red+Green+Blue) = 161+110+55=326 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.39% from 326); Green value is 110 (43.36% from 255 or 33.74% from 326); Blue value is 55 (21.88% from 255 or 16.87% from 326); Max value from RGB is 161 - color contains mainly: red. Hex color #A16E37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16E37 is #5E91C8. Grayscale: #777777. Windows color (decimal): -6197705 or 3632801. OLE color: 3632801.
HSL color Cylindrical-coordinate representation of color #A16E37: hue angle of 31.13º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A16E37 is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 110 | 55 | - |
| CMYK | 0 | 0.32 | 0.66 | 0.37 |
| HSL | 31.13º | 0.49% | 0.42% | - |
| HSV(B) | 31.13º | 0.66% | 0.63% | - |
| XYZ | 20.96 | 19 | 6.18 | - |
| YUV | 118.98 | 91.9 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 110 | 55 | 0 | 0.32 | 0.66 | 0.37 | 31.13 | 0.49 | 0.42 |
| Hex | A1 | 6E | 37 | 0 | 20 | 42 | 25 | 1F | 31 | 2A |
| Octal | 241 | 156 | 67 | 0 | 40 | 102 | 45 | 37 | 61 | 52 |
| Binary | 10100001 | 1101110 | 110111 | 0 | 100000 | 1000010 | 100101 | 11111 | 110001 | 101010 |
Color Harmonies of #A16E37
Complementary color
Monochromatic Colors of #A16E37
Black with #A16E37
Text Example
Text Example
White with #A16E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16E37; }
p { color: rgb(161,110,55); }
H1.HeaderClassName
{
color: #A16E37;
}
.AnyTagClassName
{
color: #A16E37;
}
</style>
background-color css
<style>
a { background-color: #A16E37; }
a { background-color: rgb(161,110,55); }
div.DivClassName
{
background-color: #A16E37;
}
.BgClassName
{
background-color: #A16E37;
}
</style>
border-color css
<style>
span { border-color: #A16E37; }
span { border-color: rgb(161,110,55); }
td.TdClassName
{
border-color: #A16E37;
}
.TagClassName
{
border-color: #A16E37;
}
</style>