Shades of Buttered Rum #A16D35
Tints of Buttered Rum #A16D35
RGB
CMYK
RGB Variations
Color information
#A16D35 (or 0xA16D35) is known color: Buttered Rum. HEX triplet: A1, 6D and 35. RGB value is (161,109,53). Sum of RGB (Red+Green+Blue) = 161+109+53=323 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.85% from 323); Green value is 109 (42.97% from 255 or 33.75% from 323); Blue value is 53 (21.09% from 255 or 16.41% from 323); Max value from RGB is 161 - color contains mainly: red. Hex color #A16D35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16D35 is #5E92CA. Grayscale: #767676. Windows color (decimal): -6197963 or 3501473. OLE color: 3501473.
HSL color Cylindrical-coordinate representation of color #A16D35: hue angle of 31.11º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A16D35 is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 109 | 53 | - |
| CMYK | 0 | 0.32 | 0.67 | 0.37 |
| HSL | 31.11º | 0.5% | 0.42% | - |
| HSV(B) | 31.11º | 0.67% | 0.63% | - |
| XYZ | 20.81 | 18.77 | 5.89 | - |
| YUV | 118.16 | 91.23 | 158.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 109 | 53 | 0 | 0.32 | 0.67 | 0.37 | 31.11 | 0.5 | 0.42 |
| Hex | A1 | 6D | 35 | 0 | 20 | 43 | 25 | 1F | 32 | 2A |
| Octal | 241 | 155 | 65 | 0 | 40 | 103 | 45 | 37 | 62 | 52 |
| Binary | 10100001 | 1101101 | 110101 | 0 | 100000 | 1000011 | 100101 | 11111 | 110010 | 101010 |
Color Harmonies of #A16D35
Complementary color
Monochromatic Colors of #A16D35
Black with #A16D35
Text Example
Text Example
White with #A16D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16D35; }
p { color: rgb(161,109,53); }
H1.HeaderClassName
{
color: #A16D35;
}
.AnyTagClassName
{
color: #A16D35;
}
</style>
background-color css
<style>
a { background-color: #A16D35; }
a { background-color: rgb(161,109,53); }
div.DivClassName
{
background-color: #A16D35;
}
.BgClassName
{
background-color: #A16D35;
}
</style>
border-color css
<style>
span { border-color: #A16D35; }
span { border-color: rgb(161,109,53); }
td.TdClassName
{
border-color: #A16D35;
}
.TagClassName
{
border-color: #A16D35;
}
</style>