Shades of Buttered Rum #A16E30
Tints of Buttered Rum #A16E30
RGB
CMYK
RGB Variations
Color information
#A16E30 (or 0xA16E30) is known color: Buttered Rum. HEX triplet: A1, 6E and 30. RGB value is (161,110,48). Sum of RGB (Red+Green+Blue) = 161+110+48=319 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.47% from 319); Green value is 110 (43.36% from 255 or 34.48% from 319); Blue value is 48 (19.14% from 255 or 15.05% from 319); Max value from RGB is 161 - color contains mainly: red. Hex color #A16E30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16E30 is #5E91CF. Grayscale: #767676. Windows color (decimal): -6197712 or 3174049. OLE color: 3174049.
HSL color Cylindrical-coordinate representation of color #A16E30: hue angle of 32.92º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A16E30 is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 110 | 48 | - |
| CMYK | 0 | 0.32 | 0.70 | 0.37 |
| HSL | 32.92º | 0.54% | 0.41% | - |
| HSV(B) | 32.92º | 0.7% | 0.63% | - |
| XYZ | 20.81 | 18.94 | 5.36 | - |
| YUV | 118.18 | 88.4 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 110 | 48 | 0 | 0.32 | 0.70 | 0.37 | 32.92 | 0.54 | 0.41 |
| Hex | A1 | 6E | 30 | 0 | 20 | 46 | 25 | 21 | 36 | 29 |
| Octal | 241 | 156 | 60 | 0 | 40 | 106 | 45 | 41 | 66 | 51 |
| Binary | 10100001 | 1101110 | 110000 | 0 | 100000 | 1000110 | 100101 | 100001 | 110110 | 101001 |
Color Harmonies of #A16E30
Complementary color
Monochromatic Colors of #A16E30
Black with #A16E30
Text Example
Text Example
White with #A16E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16E30; }
p { color: rgb(161,110,48); }
H1.HeaderClassName
{
color: #A16E30;
}
.AnyTagClassName
{
color: #A16E30;
}
</style>
background-color css
<style>
a { background-color: #A16E30; }
a { background-color: rgb(161,110,48); }
div.DivClassName
{
background-color: #A16E30;
}
.BgClassName
{
background-color: #A16E30;
}
</style>
border-color css
<style>
span { border-color: #A16E30; }
span { border-color: rgb(161,110,48); }
td.TdClassName
{
border-color: #A16E30;
}
.TagClassName
{
border-color: #A16E30;
}
</style>