Shades of Buttered Rum #A1692B
Tints of Buttered Rum #A1692B
RGB
CMYK
RGB Variations
Color information
#A1692B (or 0xA1692B) is known color: Buttered Rum. HEX triplet: A1, 69 and 2B. RGB value is (161,105,43). Sum of RGB (Red+Green+Blue) = 161+105+43=309 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.10% from 309); Green value is 105 (41.41% from 255 or 33.98% from 309); Blue value is 43 (17.19% from 255 or 13.92% from 309); Max value from RGB is 161 - color contains mainly: red. Hex color #A1692B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1692B is #5E96D4. Grayscale: #727272. Windows color (decimal): -6198997 or 2845089. OLE color: 2845089.
HSL color Cylindrical-coordinate representation of color #A1692B: hue angle of 31.53º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A1692B is Cyan = 0, Magento = 0.35, Yellow = 0.73 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 105 | 43 | - |
| CMYK | 0 | 0.35 | 0.73 | 0.37 |
| HSL | 31.53º | 0.58% | 0.4% | - |
| HSV(B) | 31.53º | 0.73% | 0.63% | - |
| XYZ | 20.19 | 17.85 | 4.67 | - |
| YUV | 114.68 | 87.55 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 105 | 43 | 0 | 0.35 | 0.73 | 0.37 | 31.53 | 0.58 | 0.4 |
| Hex | A1 | 69 | 2B | 0 | 23 | 49 | 25 | 20 | 3A | 28 |
| Octal | 241 | 151 | 53 | 0 | 43 | 111 | 45 | 40 | 72 | 50 |
| Binary | 10100001 | 1101001 | 101011 | 0 | 100011 | 1001001 | 100101 | 100000 | 111010 | 101000 |
Color Harmonies of #A1692B
Complementary color
Monochromatic Colors of #A1692B
Black with #A1692B
Text Example
Text Example
White with #A1692B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1692B; }
p { color: rgb(161,105,43); }
H1.HeaderClassName
{
color: #A1692B;
}
.AnyTagClassName
{
color: #A1692B;
}
</style>
background-color css
<style>
a { background-color: #A1692B; }
a { background-color: rgb(161,105,43); }
div.DivClassName
{
background-color: #A1692B;
}
.BgClassName
{
background-color: #A1692B;
}
</style>
border-color css
<style>
span { border-color: #A1692B; }
span { border-color: rgb(161,105,43); }
td.TdClassName
{
border-color: #A1692B;
}
.TagClassName
{
border-color: #A1692B;
}
</style>