Shades of Buttered Rum #A0682A
Tints of Buttered Rum #A0682A
RGB
CMYK
RGB Variations
Color information
#A0682A (or 0xA0682A) is known color: Buttered Rum. HEX triplet: A0, 68 and 2A. RGB value is (160,104,42). Sum of RGB (Red+Green+Blue) = 160+104+42=306 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.29% from 306); Green value is 104 (41.02% from 255 or 33.99% from 306); Blue value is 42 (16.80% from 255 or 13.73% from 306); Max value from RGB is 160 - color contains mainly: red. Hex color #A0682A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0682A is #5F97D5. Grayscale: #717171. Windows color (decimal): -6264790 or 2779296. OLE color: 2779296.
HSL color Cylindrical-coordinate representation of color #A0682A: hue angle of 31.53º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A0682A is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 104 | 42 | - |
| CMYK | 0 | 0.35 | 0.74 | 0.37 |
| HSL | 31.53º | 0.58% | 0.4% | - |
| HSV(B) | 31.53º | 0.74% | 0.63% | - |
| XYZ | 19.87 | 17.54 | 4.53 | - |
| YUV | 113.68 | 87.55 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 104 | 42 | 0 | 0.35 | 0.74 | 0.37 | 31.53 | 0.58 | 0.4 |
| Hex | A0 | 68 | 2A | 0 | 23 | 4A | 25 | 20 | 3A | 28 |
| Octal | 240 | 150 | 52 | 0 | 43 | 112 | 45 | 40 | 72 | 50 |
| Binary | 10100000 | 1101000 | 101010 | 0 | 100011 | 1001010 | 100101 | 100000 | 111010 | 101000 |
Color Harmonies of #A0682A
Complementary color
Monochromatic Colors of #A0682A
Black with #A0682A
Text Example
Text Example
White with #A0682A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0682A; }
p { color: rgb(160,104,42); }
H1.HeaderClassName
{
color: #A0682A;
}
.AnyTagClassName
{
color: #A0682A;
}
</style>
background-color css
<style>
a { background-color: #A0682A; }
a { background-color: rgb(160,104,42); }
div.DivClassName
{
background-color: #A0682A;
}
.BgClassName
{
background-color: #A0682A;
}
</style>
border-color css
<style>
span { border-color: #A0682A; }
span { border-color: rgb(160,104,42); }
td.TdClassName
{
border-color: #A0682A;
}
.TagClassName
{
border-color: #A0682A;
}
</style>