Shades of Buttered Rum #A16E2B
Tints of Buttered Rum #A16E2B
RGB
CMYK
RGB Variations
Color information
#A16E2B (or 0xA16E2B) is known color: Buttered Rum. HEX triplet: A1, 6E and 2B. RGB value is (161,110,43). Sum of RGB (Red+Green+Blue) = 161+110+43=314 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.27% from 314); Green value is 110 (43.36% from 255 or 35.03% from 314); Blue value is 43 (17.19% from 255 or 13.69% from 314); Max value from RGB is 161 - color contains mainly: red. Hex color #A16E2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16E2B is #5E91D4. Grayscale: #757575. Windows color (decimal): -6197717 or 2846369. OLE color: 2846369.
HSL color Cylindrical-coordinate representation of color #A16E2B: hue angle of 34.07º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A16E2B is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 110 | 43 | - |
| CMYK | 0 | 0.32 | 0.73 | 0.37 |
| HSL | 34.07º | 0.58% | 0.4% | - |
| HSV(B) | 34.07º | 0.73% | 0.63% | - |
| XYZ | 20.71 | 18.9 | 4.84 | - |
| YUV | 117.61 | 85.9 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 110 | 43 | 0 | 0.32 | 0.73 | 0.37 | 34.07 | 0.58 | 0.4 |
| Hex | A1 | 6E | 2B | 0 | 20 | 49 | 25 | 22 | 3A | 28 |
| Octal | 241 | 156 | 53 | 0 | 40 | 111 | 45 | 42 | 72 | 50 |
| Binary | 10100001 | 1101110 | 101011 | 0 | 100000 | 1001001 | 100101 | 100010 | 111010 | 101000 |
Color Harmonies of #A16E2B
Complementary color
Monochromatic Colors of #A16E2B
Black with #A16E2B
Text Example
Text Example
White with #A16E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16E2B; }
p { color: rgb(161,110,43); }
H1.HeaderClassName
{
color: #A16E2B;
}
.AnyTagClassName
{
color: #A16E2B;
}
</style>
background-color css
<style>
a { background-color: #A16E2B; }
a { background-color: rgb(161,110,43); }
div.DivClassName
{
background-color: #A16E2B;
}
.BgClassName
{
background-color: #A16E2B;
}
</style>
border-color css
<style>
span { border-color: #A16E2B; }
span { border-color: rgb(161,110,43); }
td.TdClassName
{
border-color: #A16E2B;
}
.TagClassName
{
border-color: #A16E2B;
}
</style>