Shades of Buttered Rum #A16D25
Tints of Buttered Rum #A16D25
RGB
CMYK
RGB Variations
Color information
#A16D25 (or 0xA16D25) is known color: Buttered Rum. HEX triplet: A1, 6D and 25. RGB value is (161,109,37). Sum of RGB (Red+Green+Blue) = 161+109+37=307 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.44% from 307); Green value is 109 (42.97% from 255 or 35.50% from 307); Blue value is 37 (14.84% from 255 or 12.05% from 307); Max value from RGB is 161 - color contains mainly: red. Hex color #A16D25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16D25 is #5E92DA. Grayscale: #747474. Windows color (decimal): -6197979 or 2452897. OLE color: 2452897.
HSL color Cylindrical-coordinate representation of color #A16D25: hue angle of 34.84º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A16D25 is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 109 | 37 | - |
| CMYK | 0 | 0.32 | 0.77 | 0.37 |
| HSL | 34.84º | 0.63% | 0.39% | - |
| HSV(B) | 34.84º | 0.77% | 0.63% | - |
| XYZ | 20.5 | 18.65 | 4.27 | - |
| YUV | 116.34 | 83.23 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 109 | 37 | 0 | 0.32 | 0.77 | 0.37 | 34.84 | 0.63 | 0.39 |
| Hex | A1 | 6D | 25 | 0 | 20 | 4D | 25 | 23 | 3F | 27 |
| Octal | 241 | 155 | 45 | 0 | 40 | 115 | 45 | 43 | 77 | 47 |
| Binary | 10100001 | 1101101 | 100101 | 0 | 100000 | 1001101 | 100101 | 100011 | 111111 | 100111 |
Color Harmonies of #A16D25
Complementary color
Monochromatic Colors of #A16D25
Black with #A16D25
Text Example
Text Example
White with #A16D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16D25; }
p { color: rgb(161,109,37); }
H1.HeaderClassName
{
color: #A16D25;
}
.AnyTagClassName
{
color: #A16D25;
}
</style>
background-color css
<style>
a { background-color: #A16D25; }
a { background-color: rgb(161,109,37); }
div.DivClassName
{
background-color: #A16D25;
}
.BgClassName
{
background-color: #A16D25;
}
</style>
border-color css
<style>
span { border-color: #A16D25; }
span { border-color: rgb(161,109,37); }
td.TdClassName
{
border-color: #A16D25;
}
.TagClassName
{
border-color: #A16D25;
}
</style>