Shades of Buttered Rum #A16D21
Tints of Buttered Rum #A16D21
RGB
CMYK
RGB Variations
Color information
#A16D21 (or 0xA16D21) is known color: Buttered Rum. HEX triplet: A1, 6D and 21. RGB value is (161,109,33). Sum of RGB (Red+Green+Blue) = 161+109+33=303 (40% of max value = 765). Red value is 161 (63.28% from 255 or 53.14% from 303); Green value is 109 (42.97% from 255 or 35.97% from 303); Blue value is 33 (13.28% from 255 or 10.89% from 303); Max value from RGB is 161 - color contains mainly: red. Hex color #A16D21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16D21 is #5E92DE. Grayscale: #747474. Windows color (decimal): -6197983 or 2190753. OLE color: 2190753.
HSL color Cylindrical-coordinate representation of color #A16D21: hue angle of 35.62º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A16D21 is Cyan = 0, Magento = 0.32, Yellow = 0.80 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 109 | 33 | - |
| CMYK | 0 | 0.32 | 0.80 | 0.37 |
| HSL | 35.63º | 0.66% | 0.38% | - |
| HSV(B) | 35.63º | 0.8% | 0.63% | - |
| XYZ | 20.44 | 18.62 | 3.96 | - |
| YUV | 115.88 | 81.23 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 109 | 33 | 0 | 0.32 | 0.80 | 0.37 | 35.63 | 0.66 | 0.38 |
| Hex | A1 | 6D | 21 | 0 | 20 | 50 | 25 | 24 | 42 | 26 |
| Octal | 241 | 155 | 41 | 0 | 40 | 120 | 45 | 44 | 102 | 46 |
| Binary | 10100001 | 1101101 | 100001 | 0 | 100000 | 1010000 | 100101 | 100100 | 1000010 | 100110 |
Color Harmonies of #A16D21
Complementary color
Monochromatic Colors of #A16D21
Black with #A16D21
Text Example
Text Example
White with #A16D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16D21; }
p { color: rgb(161,109,33); }
H1.HeaderClassName
{
color: #A16D21;
}
.AnyTagClassName
{
color: #A16D21;
}
</style>
background-color css
<style>
a { background-color: #A16D21; }
a { background-color: rgb(161,109,33); }
div.DivClassName
{
background-color: #A16D21;
}
.BgClassName
{
background-color: #A16D21;
}
</style>
border-color css
<style>
span { border-color: #A16D21; }
span { border-color: rgb(161,109,33); }
td.TdClassName
{
border-color: #A16D21;
}
.TagClassName
{
border-color: #A16D21;
}
</style>