Shades of Buttered Rum #A17540
Tints of Buttered Rum #A17540
RGB
CMYK
RGB Variations
Color information
#A17540 (or 0xA17540) is known color: Buttered Rum. HEX triplet: A1, 75 and 40. RGB value is (161,117,64). Sum of RGB (Red+Green+Blue) = 161+117+64=342 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.08% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 64 (25.39% from 255 or 18.71% from 342); Max value from RGB is 161 - color contains mainly: red. Hex color #A17540 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17540 is #5E8ABF. Grayscale: #7C7C7C. Windows color (decimal): -6195904 or 4224417. OLE color: 4224417.
HSL color Cylindrical-coordinate representation of color #A17540: hue angle of 32.78º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A17540 is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 117 | 64 | - |
| CMYK | 0 | 0.27 | 0.60 | 0.37 |
| HSL | 32.78º | 0.43% | 0.44% | - |
| HSV(B) | 32.78º | 0.6% | 0.63% | - |
| XYZ | 21.98 | 20.67 | 7.68 | - |
| YUV | 124.11 | 94.08 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 117 | 64 | 0 | 0.27 | 0.60 | 0.37 | 32.78 | 0.43 | 0.44 |
| Hex | A1 | 75 | 40 | 0 | 1B | 3C | 25 | 21 | 2B | 2C |
| Octal | 241 | 165 | 100 | 0 | 33 | 74 | 45 | 41 | 53 | 54 |
| Binary | 10100001 | 1110101 | 1000000 | 0 | 11011 | 111100 | 100101 | 100001 | 101011 | 101100 |
Color Harmonies of #A17540
Complementary color
Monochromatic Colors of #A17540
Black with #A17540
Text Example
Text Example
White with #A17540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17540; }
p { color: rgb(161,117,64); }
H1.HeaderClassName
{
color: #A17540;
}
.AnyTagClassName
{
color: #A17540;
}
</style>
background-color css
<style>
a { background-color: #A17540; }
a { background-color: rgb(161,117,64); }
div.DivClassName
{
background-color: #A17540;
}
.BgClassName
{
background-color: #A17540;
}
</style>
border-color css
<style>
span { border-color: #A17540; }
span { border-color: rgb(161,117,64); }
td.TdClassName
{
border-color: #A17540;
}
.TagClassName
{
border-color: #A17540;
}
</style>