Shades of Buttered Rum #A06E31
Tints of Buttered Rum #A06E31
RGB
CMYK
RGB Variations
Color information
#A06E31 (or 0xA06E31) is known color: Buttered Rum. HEX triplet: A0, 6E and 31. RGB value is (160,110,49). Sum of RGB (Red+Green+Blue) = 160+110+49=319 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.16% from 319); Green value is 110 (43.36% from 255 or 34.48% from 319); Blue value is 49 (19.53% from 255 or 15.36% from 319); Max value from RGB is 160 - color contains mainly: red. Hex color #A06E31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06E31 is #5F91CE. Grayscale: #767676. Windows color (decimal): -6263247 or 3239584. OLE color: 3239584.
HSL color Cylindrical-coordinate representation of color #A06E31: hue angle of 32.97º 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 #A06E31 is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 110 | 49 | - |
| CMYK | 0 | 0.31 | 0.69 | 0.37 |
| HSL | 32.97º | 0.53% | 0.41% | - |
| HSV(B) | 32.97º | 0.69% | 0.63% | - |
| XYZ | 20.63 | 18.85 | 5.46 | - |
| YUV | 118 | 89.07 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 110 | 49 | 0 | 0.31 | 0.69 | 0.37 | 32.97 | 0.53 | 0.41 |
| Hex | A0 | 6E | 31 | 0 | 1F | 45 | 25 | 21 | 35 | 29 |
| Octal | 240 | 156 | 61 | 0 | 37 | 105 | 45 | 41 | 65 | 51 |
| Binary | 10100000 | 1101110 | 110001 | 0 | 11111 | 1000101 | 100101 | 100001 | 110101 | 101001 |
Color Harmonies of #A06E31
Complementary color
Monochromatic Colors of #A06E31
Black with #A06E31
Text Example
Text Example
White with #A06E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06E31; }
p { color: rgb(160,110,49); }
H1.HeaderClassName
{
color: #A06E31;
}
.AnyTagClassName
{
color: #A06E31;
}
</style>
background-color css
<style>
a { background-color: #A06E31; }
a { background-color: rgb(160,110,49); }
div.DivClassName
{
background-color: #A06E31;
}
.BgClassName
{
background-color: #A06E31;
}
</style>
border-color css
<style>
span { border-color: #A06E31; }
span { border-color: rgb(160,110,49); }
td.TdClassName
{
border-color: #A06E31;
}
.TagClassName
{
border-color: #A06E31;
}
</style>