Shades of Buttered Rum #A17238
Tints of Buttered Rum #A17238
RGB
CMYK
RGB Variations
Color information
#A17238 (or 0xA17238) is known color: Buttered Rum. HEX triplet: A1, 72 and 38. RGB value is (161,114,56). Sum of RGB (Red+Green+Blue) = 161+114+56=331 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.64% from 331); Green value is 114 (44.92% from 255 or 34.44% from 331); Blue value is 56 (22.27% from 255 or 16.92% from 331); Max value from RGB is 161 - color contains mainly: red. Hex color #A17238 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17238 is #5E8DC7. Grayscale: #797979. Windows color (decimal): -6196680 or 3699361. OLE color: 3699361.
HSL color Cylindrical-coordinate representation of color #A17238: hue angle of 33.14º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A17238 is Cyan = 0, Magento = 0.29, Yellow = 0.65 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 114 | 56 | - |
| CMYK | 0 | 0.29 | 0.65 | 0.37 |
| HSL | 33.14º | 0.48% | 0.43% | - |
| HSV(B) | 33.14º | 0.65% | 0.63% | - |
| XYZ | 21.43 | 19.9 | 6.45 | - |
| YUV | 121.44 | 91.07 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 114 | 56 | 0 | 0.29 | 0.65 | 0.37 | 33.14 | 0.48 | 0.43 |
| Hex | A1 | 72 | 38 | 0 | 1D | 41 | 25 | 21 | 30 | 2B |
| Octal | 241 | 162 | 70 | 0 | 35 | 101 | 45 | 41 | 60 | 53 |
| Binary | 10100001 | 1110010 | 111000 | 0 | 11101 | 1000001 | 100101 | 100001 | 110000 | 101011 |
Color Harmonies of #A17238
Complementary color
Monochromatic Colors of #A17238
Black with #A17238
Text Example
Text Example
White with #A17238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17238; }
p { color: rgb(161,114,56); }
H1.HeaderClassName
{
color: #A17238;
}
.AnyTagClassName
{
color: #A17238;
}
</style>
background-color css
<style>
a { background-color: #A17238; }
a { background-color: rgb(161,114,56); }
div.DivClassName
{
background-color: #A17238;
}
.BgClassName
{
background-color: #A17238;
}
</style>
border-color css
<style>
span { border-color: #A17238; }
span { border-color: rgb(161,114,56); }
td.TdClassName
{
border-color: #A17238;
}
.TagClassName
{
border-color: #A17238;
}
</style>