Shades of Buttered Rum #A07640
Tints of Buttered Rum #A07640
RGB
CMYK
RGB Variations
Color information
#A07640 (or 0xA07640) is known color: Buttered Rum. HEX triplet: A0, 76 and 40. RGB value is (160,118,64). Sum of RGB (Red+Green+Blue) = 160+118+64=342 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.78% from 342); Green value is 118 (46.48% from 255 or 34.50% from 342); Blue value is 64 (25.39% from 255 or 18.71% from 342); Max value from RGB is 160 - color contains mainly: red. Hex color #A07640 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07640 is #5F89BF. Grayscale: #7C7C7C. Windows color (decimal): -6261184 or 4224672. OLE color: 4224672.
HSL color Cylindrical-coordinate representation of color #A07640: hue angle of 33.75º 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 #A07640 is Cyan = 0, Magento = 0.26, Yellow = 0.6 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 118 | 64 | - |
| CMYK | 0 | 0.26 | 0.6 | 0.37 |
| HSL | 33.75º | 0.43% | 0.44% | - |
| HSV(B) | 33.75º | 0.6% | 0.63% | - |
| XYZ | 21.9 | 20.8 | 7.71 | - |
| YUV | 124.4 | 93.91 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 118 | 64 | 0 | 0.26 | 0.6 | 0.37 | 33.75 | 0.43 | 0.44 |
| Hex | A0 | 76 | 40 | 0 | 1A | 3C | 25 | 22 | 2B | 2C |
| Octal | 240 | 166 | 100 | 0 | 32 | 74 | 45 | 42 | 53 | 54 |
| Binary | 10100000 | 1110110 | 1000000 | 0 | 11010 | 111100 | 100101 | 100010 | 101011 | 101100 |
Color Harmonies of #A07640
Complementary color
Monochromatic Colors of #A07640
Black with #A07640
Text Example
Text Example
White with #A07640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07640; }
p { color: rgb(160,118,64); }
H1.HeaderClassName
{
color: #A07640;
}
.AnyTagClassName
{
color: #A07640;
}
</style>
background-color css
<style>
a { background-color: #A07640; }
a { background-color: rgb(160,118,64); }
div.DivClassName
{
background-color: #A07640;
}
.BgClassName
{
background-color: #A07640;
}
</style>
border-color css
<style>
span { border-color: #A07640; }
span { border-color: rgb(160,118,64); }
td.TdClassName
{
border-color: #A07640;
}
.TagClassName
{
border-color: #A07640;
}
</style>