Shades of Buttered Rum #A16A24
Tints of Buttered Rum #A16A24
RGB
CMYK
RGB Variations
Color information
#A16A24 (or 0xA16A24) is known color: Buttered Rum. HEX triplet: A1, 6A and 24. RGB value is (161,106,36). Sum of RGB (Red+Green+Blue) = 161+106+36=303 (40% of max value = 765). Red value is 161 (63.28% from 255 or 53.14% from 303); Green value is 106 (41.80% from 255 or 34.98% from 303); Blue value is 36 (14.45% from 255 or 11.88% from 303); Max value from RGB is 161 - color contains mainly: red. Hex color #A16A24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16A24 is #5E95DB. Grayscale: #727272. Windows color (decimal): -6198748 or 2386593. OLE color: 2386593.
HSL color Cylindrical-coordinate representation of color #A16A24: hue angle of 33.6º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A16A24 is Cyan = 0, Magento = 0.34, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 106 | 36 | - |
| CMYK | 0 | 0.34 | 0.78 | 0.37 |
| HSL | 33.6º | 0.63% | 0.39% | - |
| HSV(B) | 33.6º | 0.78% | 0.63% | - |
| XYZ | 20.17 | 18.01 | 4.08 | - |
| YUV | 114.47 | 83.72 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 106 | 36 | 0 | 0.34 | 0.78 | 0.37 | 33.6 | 0.63 | 0.39 |
| Hex | A1 | 6A | 24 | 0 | 22 | 4E | 25 | 22 | 3F | 27 |
| Octal | 241 | 152 | 44 | 0 | 42 | 116 | 45 | 42 | 77 | 47 |
| Binary | 10100001 | 1101010 | 100100 | 0 | 100010 | 1001110 | 100101 | 100010 | 111111 | 100111 |
Color Harmonies of #A16A24
Complementary color
Monochromatic Colors of #A16A24
Black with #A16A24
Text Example
Text Example
White with #A16A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16A24; }
p { color: rgb(161,106,36); }
H1.HeaderClassName
{
color: #A16A24;
}
.AnyTagClassName
{
color: #A16A24;
}
</style>
background-color css
<style>
a { background-color: #A16A24; }
a { background-color: rgb(161,106,36); }
div.DivClassName
{
background-color: #A16A24;
}
.BgClassName
{
background-color: #A16A24;
}
</style>
border-color css
<style>
span { border-color: #A16A24; }
span { border-color: rgb(161,106,36); }
td.TdClassName
{
border-color: #A16A24;
}
.TagClassName
{
border-color: #A16A24;
}
</style>