Shades of Buttered Rum #A16F34
Tints of Buttered Rum #A16F34
RGB
CMYK
RGB Variations
Color information
#A16F34 (or 0xA16F34) is known color: Buttered Rum. HEX triplet: A1, 6F and 34. RGB value is (161,111,52). Sum of RGB (Red+Green+Blue) = 161+111+52=324 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.69% from 324); Green value is 111 (43.75% from 255 or 34.26% from 324); Blue value is 52 (20.70% from 255 or 16.05% from 324); Max value from RGB is 161 - color contains mainly: red. Hex color #A16F34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16F34 is #5E90CB. Grayscale: #777777. Windows color (decimal): -6197452 or 3436449. OLE color: 3436449.
HSL color Cylindrical-coordinate representation of color #A16F34: hue angle of 32.48º 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 #A16F34 is Cyan = 0, Magento = 0.31, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 111 | 52 | - |
| CMYK | 0 | 0.31 | 0.68 | 0.37 |
| HSL | 32.48º | 0.51% | 0.42% | - |
| HSV(B) | 32.48º | 0.68% | 0.63% | - |
| XYZ | 21 | 19.19 | 5.85 | - |
| YUV | 119.22 | 90.07 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 111 | 52 | 0 | 0.31 | 0.68 | 0.37 | 32.48 | 0.51 | 0.42 |
| Hex | A1 | 6F | 34 | 0 | 1F | 44 | 25 | 20 | 33 | 2A |
| Octal | 241 | 157 | 64 | 0 | 37 | 104 | 45 | 40 | 63 | 52 |
| Binary | 10100001 | 1101111 | 110100 | 0 | 11111 | 1000100 | 100101 | 100000 | 110011 | 101010 |
Color Harmonies of #A16F34
Complementary color
Monochromatic Colors of #A16F34
Black with #A16F34
Text Example
Text Example
White with #A16F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16F34; }
p { color: rgb(161,111,52); }
H1.HeaderClassName
{
color: #A16F34;
}
.AnyTagClassName
{
color: #A16F34;
}
</style>
background-color css
<style>
a { background-color: #A16F34; }
a { background-color: rgb(161,111,52); }
div.DivClassName
{
background-color: #A16F34;
}
.BgClassName
{
background-color: #A16F34;
}
</style>
border-color css
<style>
span { border-color: #A16F34; }
span { border-color: rgb(161,111,52); }
td.TdClassName
{
border-color: #A16F34;
}
.TagClassName
{
border-color: #A16F34;
}
</style>