Shades of Buttered Rum #A16827
Tints of Buttered Rum #A16827
RGB
CMYK
RGB Variations
Color information
#A16827 (or 0xA16827) is known color: Buttered Rum. HEX triplet: A1, 68 and 27. RGB value is (161,104,39). Sum of RGB (Red+Green+Blue) = 161+104+39=304 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.96% from 304); Green value is 104 (41.02% from 255 or 34.21% from 304); Blue value is 39 (15.62% from 255 or 12.83% from 304); Max value from RGB is 161 - color contains mainly: red. Hex color #A16827 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16827 is #5E97D8. Grayscale: #717171. Windows color (decimal): -6199257 or 2582689. OLE color: 2582689.
HSL color Cylindrical-coordinate representation of color #A16827: hue angle of 31.97º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A16827 is Cyan = 0, Magento = 0.35, Yellow = 0.76 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 104 | 39 | - |
| CMYK | 0 | 0.35 | 0.76 | 0.37 |
| HSL | 31.97º | 0.61% | 0.39% | - |
| HSV(B) | 31.97º | 0.76% | 0.63% | - |
| XYZ | 20.01 | 17.62 | 4.27 | - |
| YUV | 113.63 | 85.88 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 104 | 39 | 0 | 0.35 | 0.76 | 0.37 | 31.97 | 0.61 | 0.39 |
| Hex | A1 | 68 | 27 | 0 | 23 | 4C | 25 | 20 | 3D | 27 |
| Octal | 241 | 150 | 47 | 0 | 43 | 114 | 45 | 40 | 75 | 47 |
| Binary | 10100001 | 1101000 | 100111 | 0 | 100011 | 1001100 | 100101 | 100000 | 111101 | 100111 |
Color Harmonies of #A16827
Complementary color
Monochromatic Colors of #A16827
Black with #A16827
Text Example
Text Example
White with #A16827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16827; }
p { color: rgb(161,104,39); }
H1.HeaderClassName
{
color: #A16827;
}
.AnyTagClassName
{
color: #A16827;
}
</style>
background-color css
<style>
a { background-color: #A16827; }
a { background-color: rgb(161,104,39); }
div.DivClassName
{
background-color: #A16827;
}
.BgClassName
{
background-color: #A16827;
}
</style>
border-color css
<style>
span { border-color: #A16827; }
span { border-color: rgb(161,104,39); }
td.TdClassName
{
border-color: #A16827;
}
.TagClassName
{
border-color: #A16827;
}
</style>