Shades of Buttered Rum #A16A25
Tints of Buttered Rum #A16A25
RGB
CMYK
RGB Variations
Color information
#A16A25 (or 0xA16A25) is known color: Buttered Rum. HEX triplet: A1, 6A and 25. RGB value is (161,106,37). Sum of RGB (Red+Green+Blue) = 161+106+37=304 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.96% from 304); Green value is 106 (41.80% from 255 or 34.87% from 304); Blue value is 37 (14.84% from 255 or 12.17% from 304); Max value from RGB is 161 - color contains mainly: red. Hex color #A16A25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16A25 is #5E95DA. Grayscale: #727272. Windows color (decimal): -6198747 or 2452129. OLE color: 2452129.
HSL color Cylindrical-coordinate representation of color #A16A25: hue angle of 33.39º 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 #A16A25 is Cyan = 0, Magento = 0.34, Yellow = 0.77 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 106 | 37 | - |
| CMYK | 0 | 0.34 | 0.77 | 0.37 |
| HSL | 33.39º | 0.63% | 0.39% | - |
| HSV(B) | 33.39º | 0.77% | 0.63% | - |
| XYZ | 20.19 | 18.02 | 4.16 | - |
| YUV | 114.58 | 84.22 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 106 | 37 | 0 | 0.34 | 0.77 | 0.37 | 33.39 | 0.63 | 0.39 |
| Hex | A1 | 6A | 25 | 0 | 22 | 4D | 25 | 21 | 3F | 27 |
| Octal | 241 | 152 | 45 | 0 | 42 | 115 | 45 | 41 | 77 | 47 |
| Binary | 10100001 | 1101010 | 100101 | 0 | 100010 | 1001101 | 100101 | 100001 | 111111 | 100111 |
Color Harmonies of #A16A25
Complementary color
Monochromatic Colors of #A16A25
Black with #A16A25
Text Example
Text Example
White with #A16A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16A25; }
p { color: rgb(161,106,37); }
H1.HeaderClassName
{
color: #A16A25;
}
.AnyTagClassName
{
color: #A16A25;
}
</style>
background-color css
<style>
a { background-color: #A16A25; }
a { background-color: rgb(161,106,37); }
div.DivClassName
{
background-color: #A16A25;
}
.BgClassName
{
background-color: #A16A25;
}
</style>
border-color css
<style>
span { border-color: #A16A25; }
span { border-color: rgb(161,106,37); }
td.TdClassName
{
border-color: #A16A25;
}
.TagClassName
{
border-color: #A16A25;
}
</style>