Shades of Buttered Rum #A16E34
Tints of Buttered Rum #A16E34
RGB
CMYK
RGB Variations
Color information
#A16E34 (or 0xA16E34) is known color: Buttered Rum. HEX triplet: A1, 6E and 34. RGB value is (161,110,52). Sum of RGB (Red+Green+Blue) = 161+110+52=323 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.85% from 323); Green value is 110 (43.36% from 255 or 34.06% from 323); Blue value is 52 (20.70% from 255 or 16.10% from 323); Max value from RGB is 161 - color contains mainly: red. Hex color #A16E34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16E34 is #5E91CB. Grayscale: #767676. Windows color (decimal): -6197708 or 3436193. OLE color: 3436193.
HSL color Cylindrical-coordinate representation of color #A16E34: hue angle of 31.93º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A16E34 is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 110 | 52 | - |
| CMYK | 0 | 0.32 | 0.68 | 0.37 |
| HSL | 31.93º | 0.51% | 0.42% | - |
| HSV(B) | 31.93º | 0.68% | 0.63% | - |
| XYZ | 20.89 | 18.98 | 5.81 | - |
| YUV | 118.64 | 90.4 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 110 | 52 | 0 | 0.32 | 0.68 | 0.37 | 31.93 | 0.51 | 0.42 |
| Hex | A1 | 6E | 34 | 0 | 20 | 44 | 25 | 20 | 33 | 2A |
| Octal | 241 | 156 | 64 | 0 | 40 | 104 | 45 | 40 | 63 | 52 |
| Binary | 10100001 | 1101110 | 110100 | 0 | 100000 | 1000100 | 100101 | 100000 | 110011 | 101010 |
Color Harmonies of #A16E34
Complementary color
Monochromatic Colors of #A16E34
Black with #A16E34
Text Example
Text Example
White with #A16E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16E34; }
p { color: rgb(161,110,52); }
H1.HeaderClassName
{
color: #A16E34;
}
.AnyTagClassName
{
color: #A16E34;
}
</style>
background-color css
<style>
a { background-color: #A16E34; }
a { background-color: rgb(161,110,52); }
div.DivClassName
{
background-color: #A16E34;
}
.BgClassName
{
background-color: #A16E34;
}
</style>
border-color css
<style>
span { border-color: #A16E34; }
span { border-color: rgb(161,110,52); }
td.TdClassName
{
border-color: #A16E34;
}
.TagClassName
{
border-color: #A16E34;
}
</style>