Shades of Buttered Rum #A16B27
Tints of Buttered Rum #A16B27
RGB
CMYK
RGB Variations
Color information
#A16B27 (or 0xA16B27) is known color: Buttered Rum. HEX triplet: A1, 6B and 27. RGB value is (161,107,39). Sum of RGB (Red+Green+Blue) = 161+107+39=307 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.44% from 307); Green value is 107 (42.19% from 255 or 34.85% from 307); Blue value is 39 (15.62% from 255 or 12.70% from 307); Max value from RGB is 161 - color contains mainly: red. Hex color #A16B27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16B27 is #5E94D8. Grayscale: #737373. Windows color (decimal): -6198489 or 2583457. OLE color: 2583457.
HSL color Cylindrical-coordinate representation of color #A16B27: hue angle of 33.44º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A16B27 is Cyan = 0, Magento = 0.34, Yellow = 0.76 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 107 | 39 | - |
| CMYK | 0 | 0.34 | 0.76 | 0.37 |
| HSL | 33.44º | 0.61% | 0.39% | - |
| HSV(B) | 33.44º | 0.76% | 0.63% | - |
| XYZ | 20.32 | 18.24 | 4.37 | - |
| YUV | 115.39 | 84.89 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 107 | 39 | 0 | 0.34 | 0.76 | 0.37 | 33.44 | 0.61 | 0.39 |
| Hex | A1 | 6B | 27 | 0 | 22 | 4C | 25 | 21 | 3D | 27 |
| Octal | 241 | 153 | 47 | 0 | 42 | 114 | 45 | 41 | 75 | 47 |
| Binary | 10100001 | 1101011 | 100111 | 0 | 100010 | 1001100 | 100101 | 100001 | 111101 | 100111 |
Color Harmonies of #A16B27
Complementary color
Monochromatic Colors of #A16B27
Black with #A16B27
Text Example
Text Example
White with #A16B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16B27; }
p { color: rgb(161,107,39); }
H1.HeaderClassName
{
color: #A16B27;
}
.AnyTagClassName
{
color: #A16B27;
}
</style>
background-color css
<style>
a { background-color: #A16B27; }
a { background-color: rgb(161,107,39); }
div.DivClassName
{
background-color: #A16B27;
}
.BgClassName
{
background-color: #A16B27;
}
</style>
border-color css
<style>
span { border-color: #A16B27; }
span { border-color: rgb(161,107,39); }
td.TdClassName
{
border-color: #A16B27;
}
.TagClassName
{
border-color: #A16B27;
}
</style>