Shades of Buttered Rum #A16F22
Tints of Buttered Rum #A16F22
RGB
CMYK
RGB Variations
Color information
#A16F22 (or 0xA16F22) is known color: Buttered Rum. HEX triplet: A1, 6F and 22. RGB value is (161,111,34). Sum of RGB (Red+Green+Blue) = 161+111+34=306 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.61% from 306); Green value is 111 (43.75% from 255 or 36.27% from 306); Blue value is 34 (13.67% from 255 or 11.11% from 306); Max value from RGB is 161 - color contains mainly: red. Hex color #A16F22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16F22 is #5E90DD. Grayscale: #757575. Windows color (decimal): -6197470 or 2256801. OLE color: 2256801.
HSL color Cylindrical-coordinate representation of color #A16F22: hue angle of 36.38º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A16F22 is Cyan = 0, Magento = 0.31, Yellow = 0.79 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 111 | 34 | - |
| CMYK | 0 | 0.31 | 0.79 | 0.37 |
| HSL | 36.38º | 0.65% | 0.38% | - |
| HSV(B) | 36.38º | 0.79% | 0.63% | - |
| XYZ | 20.67 | 19.06 | 4.1 | - |
| YUV | 117.17 | 81.07 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 111 | 34 | 0 | 0.31 | 0.79 | 0.37 | 36.38 | 0.65 | 0.38 |
| Hex | A1 | 6F | 22 | 0 | 1F | 4F | 25 | 24 | 41 | 26 |
| Octal | 241 | 157 | 42 | 0 | 37 | 117 | 45 | 44 | 101 | 46 |
| Binary | 10100001 | 1101111 | 100010 | 0 | 11111 | 1001111 | 100101 | 100100 | 1000001 | 100110 |
Color Harmonies of #A16F22
Complementary color
Monochromatic Colors of #A16F22
Black with #A16F22
Text Example
Text Example
White with #A16F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16F22; }
p { color: rgb(161,111,34); }
H1.HeaderClassName
{
color: #A16F22;
}
.AnyTagClassName
{
color: #A16F22;
}
</style>
background-color css
<style>
a { background-color: #A16F22; }
a { background-color: rgb(161,111,34); }
div.DivClassName
{
background-color: #A16F22;
}
.BgClassName
{
background-color: #A16F22;
}
</style>
border-color css
<style>
span { border-color: #A16F22; }
span { border-color: rgb(161,111,34); }
td.TdClassName
{
border-color: #A16F22;
}
.TagClassName
{
border-color: #A16F22;
}
</style>