Shades of Buttered Rum #A16C24
Tints of Buttered Rum #A16C24
RGB
CMYK
RGB Variations
Color information
#A16C24 (or 0xA16C24) is known color: Buttered Rum. HEX triplet: A1, 6C and 24. RGB value is (161,108,36). Sum of RGB (Red+Green+Blue) = 161+108+36=305 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.79% from 305); Green value is 108 (42.58% from 255 or 35.41% from 305); Blue value is 36 (14.45% from 255 or 11.80% from 305); Max value from RGB is 161 - color contains mainly: red. Hex color #A16C24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16C24 is #5E93DB. Grayscale: #737373. Windows color (decimal): -6198236 or 2387105. OLE color: 2387105.
HSL color Cylindrical-coordinate representation of color #A16C24: hue angle of 34.56º 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 #A16C24 is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 108 | 36 | - |
| CMYK | 0 | 0.33 | 0.78 | 0.37 |
| HSL | 34.56º | 0.63% | 0.39% | - |
| HSV(B) | 34.56º | 0.78% | 0.63% | - |
| XYZ | 20.38 | 18.43 | 4.15 | - |
| YUV | 115.64 | 83.06 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 108 | 36 | 0 | 0.33 | 0.78 | 0.37 | 34.56 | 0.63 | 0.39 |
| Hex | A1 | 6C | 24 | 0 | 21 | 4E | 25 | 23 | 3F | 27 |
| Octal | 241 | 154 | 44 | 0 | 41 | 116 | 45 | 43 | 77 | 47 |
| Binary | 10100001 | 1101100 | 100100 | 0 | 100001 | 1001110 | 100101 | 100011 | 111111 | 100111 |
Color Harmonies of #A16C24
Complementary color
Monochromatic Colors of #A16C24
Black with #A16C24
Text Example
Text Example
White with #A16C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16C24; }
p { color: rgb(161,108,36); }
H1.HeaderClassName
{
color: #A16C24;
}
.AnyTagClassName
{
color: #A16C24;
}
</style>
background-color css
<style>
a { background-color: #A16C24; }
a { background-color: rgb(161,108,36); }
div.DivClassName
{
background-color: #A16C24;
}
.BgClassName
{
background-color: #A16C24;
}
</style>
border-color css
<style>
span { border-color: #A16C24; }
span { border-color: rgb(161,108,36); }
td.TdClassName
{
border-color: #A16C24;
}
.TagClassName
{
border-color: #A16C24;
}
</style>