Shades of Buttered Rum #A17132
Tints of Buttered Rum #A17132
RGB
CMYK
RGB Variations
Color information
#A17132 (or 0xA17132) is known color: Buttered Rum. HEX triplet: A1, 71 and 32. RGB value is (161,113,50). Sum of RGB (Red+Green+Blue) = 161+113+50=324 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.69% from 324); Green value is 113 (44.53% from 255 or 34.88% from 324); Blue value is 50 (19.92% from 255 or 15.43% from 324); Max value from RGB is 161 - color contains mainly: red. Hex color #A17132 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17132 is #5E8ECD. Grayscale: #787878. Windows color (decimal): -6196942 or 3305889. OLE color: 3305889.
HSL color Cylindrical-coordinate representation of color #A17132: hue angle of 34.05º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A17132 is Cyan = 0, Magento = 0.30, Yellow = 0.69 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 113 | 50 | - |
| CMYK | 0 | 0.30 | 0.69 | 0.37 |
| HSL | 34.05º | 0.53% | 0.41% | - |
| HSV(B) | 34.05º | 0.69% | 0.63% | - |
| XYZ | 21.18 | 19.62 | 5.69 | - |
| YUV | 120.17 | 88.4 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 113 | 50 | 0 | 0.30 | 0.69 | 0.37 | 34.05 | 0.53 | 0.41 |
| Hex | A1 | 71 | 32 | 0 | 1E | 45 | 25 | 22 | 35 | 29 |
| Octal | 241 | 161 | 62 | 0 | 36 | 105 | 45 | 42 | 65 | 51 |
| Binary | 10100001 | 1110001 | 110010 | 0 | 11110 | 1000101 | 100101 | 100010 | 110101 | 101001 |
Color Harmonies of #A17132
Complementary color
Monochromatic Colors of #A17132
Black with #A17132
Text Example
Text Example
White with #A17132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17132; }
p { color: rgb(161,113,50); }
H1.HeaderClassName
{
color: #A17132;
}
.AnyTagClassName
{
color: #A17132;
}
</style>
background-color css
<style>
a { background-color: #A17132; }
a { background-color: rgb(161,113,50); }
div.DivClassName
{
background-color: #A17132;
}
.BgClassName
{
background-color: #A17132;
}
</style>
border-color css
<style>
span { border-color: #A17132; }
span { border-color: rgb(161,113,50); }
td.TdClassName
{
border-color: #A17132;
}
.TagClassName
{
border-color: #A17132;
}
</style>