Shades of Buttered Rum #A16B2F
Tints of Buttered Rum #A16B2F
RGB
CMYK
RGB Variations
Color information
#A16B2F (or 0xA16B2F) is known color: Buttered Rum. HEX triplet: A1, 6B and 2F. RGB value is (161,107,47). Sum of RGB (Red+Green+Blue) = 161+107+47=315 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.11% from 315); Green value is 107 (42.19% from 255 or 33.97% from 315); Blue value is 47 (18.75% from 255 or 14.92% from 315); Max value from RGB is 161 - color contains mainly: red. Hex color #A16B2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16B2F is #5E94D0. Grayscale: #747474. Windows color (decimal): -6198481 or 3107745. OLE color: 3107745.
HSL color Cylindrical-coordinate representation of color #A16B2F: hue angle of 31.58º 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 #A16B2F is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 107 | 47 | - |
| CMYK | 0 | 0.34 | 0.71 | 0.37 |
| HSL | 31.58º | 0.55% | 0.41% | - |
| HSV(B) | 31.58º | 0.71% | 0.63% | - |
| XYZ | 20.47 | 18.3 | 5.14 | - |
| YUV | 116.31 | 88.89 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 107 | 47 | 0 | 0.34 | 0.71 | 0.37 | 31.58 | 0.55 | 0.41 |
| Hex | A1 | 6B | 2F | 0 | 22 | 47 | 25 | 20 | 37 | 29 |
| Octal | 241 | 153 | 57 | 0 | 42 | 107 | 45 | 40 | 67 | 51 |
| Binary | 10100001 | 1101011 | 101111 | 0 | 100010 | 1000111 | 100101 | 100000 | 110111 | 101001 |
Color Harmonies of #A16B2F
Complementary color
Monochromatic Colors of #A16B2F
Black with #A16B2F
Text Example
Text Example
White with #A16B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16B2F; }
p { color: rgb(161,107,47); }
H1.HeaderClassName
{
color: #A16B2F;
}
.AnyTagClassName
{
color: #A16B2F;
}
</style>
background-color css
<style>
a { background-color: #A16B2F; }
a { background-color: rgb(161,107,47); }
div.DivClassName
{
background-color: #A16B2F;
}
.BgClassName
{
background-color: #A16B2F;
}
</style>
border-color css
<style>
span { border-color: #A16B2F; }
span { border-color: rgb(161,107,47); }
td.TdClassName
{
border-color: #A16B2F;
}
.TagClassName
{
border-color: #A16B2F;
}
</style>