Shades of Buttered Rum #A16C2F
Tints of Buttered Rum #A16C2F
RGB
CMYK
RGB Variations
Color information
#A16C2F (or 0xA16C2F) is known color: Buttered Rum. HEX triplet: A1, 6C and 2F. RGB value is (161,108,47). Sum of RGB (Red+Green+Blue) = 161+108+47=316 (41% of max value = 765). Red value is 161 (63.28% from 255 or 50.95% from 316); Green value is 108 (42.58% from 255 or 34.18% from 316); Blue value is 47 (18.75% from 255 or 14.87% from 316); Max value from RGB is 161 - color contains mainly: red. Hex color #A16C2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16C2F is #5E93D0. Grayscale: #757575. Windows color (decimal): -6198225 or 3108001. OLE color: 3108001.
HSL color Cylindrical-coordinate representation of color #A16C2F: hue angle of 32.11º 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 #A16C2F is Cyan = 0, Magento = 0.33, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 108 | 47 | - |
| CMYK | 0 | 0.33 | 0.71 | 0.37 |
| HSL | 32.11º | 0.55% | 0.41% | - |
| HSV(B) | 32.11º | 0.71% | 0.63% | - |
| XYZ | 20.57 | 18.51 | 5.18 | - |
| YUV | 116.89 | 88.56 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 108 | 47 | 0 | 0.33 | 0.71 | 0.37 | 32.11 | 0.55 | 0.41 |
| Hex | A1 | 6C | 2F | 0 | 21 | 47 | 25 | 20 | 37 | 29 |
| Octal | 241 | 154 | 57 | 0 | 41 | 107 | 45 | 40 | 67 | 51 |
| Binary | 10100001 | 1101100 | 101111 | 0 | 100001 | 1000111 | 100101 | 100000 | 110111 | 101001 |
Color Harmonies of #A16C2F
Complementary color
Monochromatic Colors of #A16C2F
Black with #A16C2F
Text Example
Text Example
White with #A16C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16C2F; }
p { color: rgb(161,108,47); }
H1.HeaderClassName
{
color: #A16C2F;
}
.AnyTagClassName
{
color: #A16C2F;
}
</style>
background-color css
<style>
a { background-color: #A16C2F; }
a { background-color: rgb(161,108,47); }
div.DivClassName
{
background-color: #A16C2F;
}
.BgClassName
{
background-color: #A16C2F;
}
</style>
border-color css
<style>
span { border-color: #A16C2F; }
span { border-color: rgb(161,108,47); }
td.TdClassName
{
border-color: #A16C2F;
}
.TagClassName
{
border-color: #A16C2F;
}
</style>