Shades of Buttered Rum #A16F38
Tints of Buttered Rum #A16F38
RGB
CMYK
RGB Variations
Color information
#A16F38 (or 0xA16F38) is known color: Buttered Rum. HEX triplet: A1, 6F and 38. RGB value is (161,111,56). Sum of RGB (Red+Green+Blue) = 161+111+56=328 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.09% from 328); Green value is 111 (43.75% from 255 or 33.84% from 328); Blue value is 56 (22.27% from 255 or 17.07% from 328); Max value from RGB is 161 - color contains mainly: red. Hex color #A16F38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16F38 is #5E90C7. Grayscale: #777777. Windows color (decimal): -6197448 or 3698593. OLE color: 3698593.
HSL color Cylindrical-coordinate representation of color #A16F38: hue angle of 31.43º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A16F38 is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 111 | 56 | - |
| CMYK | 0 | 0.31 | 0.65 | 0.37 |
| HSL | 31.43º | 0.48% | 0.43% | - |
| HSV(B) | 31.43º | 0.65% | 0.63% | - |
| XYZ | 21.1 | 19.23 | 6.34 | - |
| YUV | 119.68 | 92.07 | 157.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 111 | 56 | 0 | 0.31 | 0.65 | 0.37 | 31.43 | 0.48 | 0.43 |
| Hex | A1 | 6F | 38 | 0 | 1F | 41 | 25 | 1F | 30 | 2B |
| Octal | 241 | 157 | 70 | 0 | 37 | 101 | 45 | 37 | 60 | 53 |
| Binary | 10100001 | 1101111 | 111000 | 0 | 11111 | 1000001 | 100101 | 11111 | 110000 | 101011 |
Color Harmonies of #A16F38
Complementary color
Monochromatic Colors of #A16F38
Black with #A16F38
Text Example
Text Example
White with #A16F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16F38; }
p { color: rgb(161,111,56); }
H1.HeaderClassName
{
color: #A16F38;
}
.AnyTagClassName
{
color: #A16F38;
}
</style>
background-color css
<style>
a { background-color: #A16F38; }
a { background-color: rgb(161,111,56); }
div.DivClassName
{
background-color: #A16F38;
}
.BgClassName
{
background-color: #A16F38;
}
</style>
border-color css
<style>
span { border-color: #A16F38; }
span { border-color: rgb(161,111,56); }
td.TdClassName
{
border-color: #A16F38;
}
.TagClassName
{
border-color: #A16F38;
}
</style>