Shades of Buttered Rum #A07440
Tints of Buttered Rum #A07440
RGB
CMYK
RGB Variations
Color information
#A07440 (or 0xA07440) is known color: Buttered Rum. HEX triplet: A0, 74 and 40. RGB value is (160,116,64). Sum of RGB (Red+Green+Blue) = 160+116+64=340 (45% of max value = 765). Red value is 160 (62.89% from 255 or 47.06% from 340); Green value is 116 (45.70% from 255 or 34.12% from 340); Blue value is 64 (25.39% from 255 or 18.82% from 340); Max value from RGB is 160 - color contains mainly: red. Hex color #A07440 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07440 is #5F8BBF. Grayscale: #7B7B7B. Windows color (decimal): -6261696 or 4224160. OLE color: 4224160.
HSL color Cylindrical-coordinate representation of color #A07440: hue angle of 32.5º 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 #A07440 is Cyan = 0, Magento = 0.28, Yellow = 0.6 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 116 | 64 | - |
| CMYK | 0 | 0.28 | 0.6 | 0.37 |
| HSL | 32.5º | 0.43% | 0.44% | - |
| HSV(B) | 32.5º | 0.6% | 0.63% | - |
| XYZ | 21.67 | 20.33 | 7.63 | - |
| YUV | 123.23 | 94.58 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 116 | 64 | 0 | 0.28 | 0.6 | 0.37 | 32.5 | 0.43 | 0.44 |
| Hex | A0 | 74 | 40 | 0 | 1C | 3C | 25 | 20 | 2B | 2C |
| Octal | 240 | 164 | 100 | 0 | 34 | 74 | 45 | 40 | 53 | 54 |
| Binary | 10100000 | 1110100 | 1000000 | 0 | 11100 | 111100 | 100101 | 100000 | 101011 | 101100 |
Color Harmonies of #A07440
Complementary color
Monochromatic Colors of #A07440
Black with #A07440
Text Example
Text Example
White with #A07440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07440; }
p { color: rgb(160,116,64); }
H1.HeaderClassName
{
color: #A07440;
}
.AnyTagClassName
{
color: #A07440;
}
</style>
background-color css
<style>
a { background-color: #A07440; }
a { background-color: rgb(160,116,64); }
div.DivClassName
{
background-color: #A07440;
}
.BgClassName
{
background-color: #A07440;
}
</style>
border-color css
<style>
span { border-color: #A07440; }
span { border-color: rgb(160,116,64); }
td.TdClassName
{
border-color: #A07440;
}
.TagClassName
{
border-color: #A07440;
}
</style>