Shades of Buttered Rum #A17331
Tints of Buttered Rum #A17331
RGB
CMYK
RGB Variations
Color information
#A17331 (or 0xA17331) is known color: Buttered Rum. HEX triplet: A1, 73 and 31. RGB value is (161,115,49). Sum of RGB (Red+Green+Blue) = 161+115+49=325 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.54% from 325); Green value is 115 (45.31% from 255 or 35.38% from 325); Blue value is 49 (19.53% from 255 or 15.08% from 325); Max value from RGB is 161 - color contains mainly: red. Hex color #A17331 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17331 is #5E8CCE. Grayscale: #797979. Windows color (decimal): -6196431 or 3240865. OLE color: 3240865.
HSL color Cylindrical-coordinate representation of color #A17331: hue angle of 35.36º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A17331 is Cyan = 0, Magento = 0.29, Yellow = 0.70 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 115 | 49 | - |
| CMYK | 0 | 0.29 | 0.70 | 0.37 |
| HSL | 35.36º | 0.53% | 0.41% | - |
| HSV(B) | 35.36º | 0.7% | 0.63% | - |
| XYZ | 21.38 | 20.06 | 5.65 | - |
| YUV | 121.23 | 87.24 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 115 | 49 | 0 | 0.29 | 0.70 | 0.37 | 35.36 | 0.53 | 0.41 |
| Hex | A1 | 73 | 31 | 0 | 1D | 46 | 25 | 23 | 35 | 29 |
| Octal | 241 | 163 | 61 | 0 | 35 | 106 | 45 | 43 | 65 | 51 |
| Binary | 10100001 | 1110011 | 110001 | 0 | 11101 | 1000110 | 100101 | 100011 | 110101 | 101001 |
Color Harmonies of #A17331
Complementary color
Monochromatic Colors of #A17331
Black with #A17331
Text Example
Text Example
White with #A17331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17331; }
p { color: rgb(161,115,49); }
H1.HeaderClassName
{
color: #A17331;
}
.AnyTagClassName
{
color: #A17331;
}
</style>
background-color css
<style>
a { background-color: #A17331; }
a { background-color: rgb(161,115,49); }
div.DivClassName
{
background-color: #A17331;
}
.BgClassName
{
background-color: #A17331;
}
</style>
border-color css
<style>
span { border-color: #A17331; }
span { border-color: rgb(161,115,49); }
td.TdClassName
{
border-color: #A17331;
}
.TagClassName
{
border-color: #A17331;
}
</style>