Shades of Buttered Rum #A16F27
Tints of Buttered Rum #A16F27
RGB
CMYK
RGB Variations
Color information
#A16F27 (or 0xA16F27) is known color: Buttered Rum. HEX triplet: A1, 6F and 27. RGB value is (161,111,39). Sum of RGB (Red+Green+Blue) = 161+111+39=311 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.77% from 311); Green value is 111 (43.75% from 255 or 35.69% from 311); Blue value is 39 (15.62% from 255 or 12.54% from 311); Max value from RGB is 161 - color contains mainly: red. Hex color #A16F27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16F27 is #5E90D8. Grayscale: #767676. Windows color (decimal): -6197465 or 2584481. OLE color: 2584481.
HSL color Cylindrical-coordinate representation of color #A16F27: hue angle of 35.41º 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 #A16F27 is Cyan = 0, Magento = 0.31, Yellow = 0.76 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 111 | 39 | - |
| CMYK | 0 | 0.31 | 0.76 | 0.37 |
| HSL | 35.41º | 0.61% | 0.39% | - |
| HSV(B) | 35.41º | 0.76% | 0.63% | - |
| XYZ | 20.75 | 19.09 | 4.51 | - |
| YUV | 117.74 | 83.57 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 111 | 39 | 0 | 0.31 | 0.76 | 0.37 | 35.41 | 0.61 | 0.39 |
| Hex | A1 | 6F | 27 | 0 | 1F | 4C | 25 | 23 | 3D | 27 |
| Octal | 241 | 157 | 47 | 0 | 37 | 114 | 45 | 43 | 75 | 47 |
| Binary | 10100001 | 1101111 | 100111 | 0 | 11111 | 1001100 | 100101 | 100011 | 111101 | 100111 |
Color Harmonies of #A16F27
Complementary color
Monochromatic Colors of #A16F27
Black with #A16F27
Text Example
Text Example
White with #A16F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16F27; }
p { color: rgb(161,111,39); }
H1.HeaderClassName
{
color: #A16F27;
}
.AnyTagClassName
{
color: #A16F27;
}
</style>
background-color css
<style>
a { background-color: #A16F27; }
a { background-color: rgb(161,111,39); }
div.DivClassName
{
background-color: #A16F27;
}
.BgClassName
{
background-color: #A16F27;
}
</style>
border-color css
<style>
span { border-color: #A16F27; }
span { border-color: rgb(161,111,39); }
td.TdClassName
{
border-color: #A16F27;
}
.TagClassName
{
border-color: #A16F27;
}
</style>