Shades of Buttered Rum #A16F29
Tints of Buttered Rum #A16F29
RGB
CMYK
RGB Variations
Color information
#A16F29 (or 0xA16F29) is known color: Buttered Rum. HEX triplet: A1, 6F and 29. RGB value is (161,111,41). Sum of RGB (Red+Green+Blue) = 161+111+41=313 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.44% from 313); Green value is 111 (43.75% from 255 or 35.46% from 313); Blue value is 41 (16.41% from 255 or 13.10% from 313); Max value from RGB is 161 - color contains mainly: red. Hex color #A16F29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16F29 is #5E90D6. Grayscale: #767676. Windows color (decimal): -6197463 or 2715553. OLE color: 2715553.
HSL color Cylindrical-coordinate representation of color #A16F29: hue angle of 35º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A16F29 is Cyan = 0, Magento = 0.31, Yellow = 0.75 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 111 | 41 | - |
| CMYK | 0 | 0.31 | 0.75 | 0.37 |
| HSL | 35º | 0.59% | 0.4% | - |
| HSV(B) | 35º | 0.75% | 0.63% | - |
| XYZ | 20.78 | 19.11 | 4.69 | - |
| YUV | 117.97 | 84.57 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 111 | 41 | 0 | 0.31 | 0.75 | 0.37 | 35 | 0.59 | 0.4 |
| Hex | A1 | 6F | 29 | 0 | 1F | 4B | 25 | 23 | 3B | 28 |
| Octal | 241 | 157 | 51 | 0 | 37 | 113 | 45 | 43 | 73 | 50 |
| Binary | 10100001 | 1101111 | 101001 | 0 | 11111 | 1001011 | 100101 | 100011 | 111011 | 101000 |
Color Harmonies of #A16F29
Complementary color
Monochromatic Colors of #A16F29
Black with #A16F29
Text Example
Text Example
White with #A16F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16F29; }
p { color: rgb(161,111,41); }
H1.HeaderClassName
{
color: #A16F29;
}
.AnyTagClassName
{
color: #A16F29;
}
</style>
background-color css
<style>
a { background-color: #A16F29; }
a { background-color: rgb(161,111,41); }
div.DivClassName
{
background-color: #A16F29;
}
.BgClassName
{
background-color: #A16F29;
}
</style>
border-color css
<style>
span { border-color: #A16F29; }
span { border-color: rgb(161,111,41); }
td.TdClassName
{
border-color: #A16F29;
}
.TagClassName
{
border-color: #A16F29;
}
</style>