Shades of Buttered Rum #A06E2B
Tints of Buttered Rum #A06E2B
RGB
CMYK
RGB Variations
Color information
#A06E2B (or 0xA06E2B) is known color: Buttered Rum. HEX triplet: A0, 6E and 2B. RGB value is (160,110,43). Sum of RGB (Red+Green+Blue) = 160+110+43=313 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.12% from 313); Green value is 110 (43.36% from 255 or 35.14% from 313); Blue value is 43 (17.19% from 255 or 13.74% from 313); Max value from RGB is 160 - color contains mainly: red. Hex color #A06E2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06E2B is #5F91D4. Grayscale: #757575. Windows color (decimal): -6263253 or 2846368. OLE color: 2846368.
HSL color Cylindrical-coordinate representation of color #A06E2B: hue angle of 34.36º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A06E2B is Cyan = 0, Magento = 0.31, Yellow = 0.73 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 110 | 43 | - |
| CMYK | 0 | 0.31 | 0.73 | 0.37 |
| HSL | 34.36º | 0.58% | 0.4% | - |
| HSV(B) | 34.36º | 0.73% | 0.63% | - |
| XYZ | 20.51 | 18.8 | 4.83 | - |
| YUV | 117.31 | 86.07 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 110 | 43 | 0 | 0.31 | 0.73 | 0.37 | 34.36 | 0.58 | 0.4 |
| Hex | A0 | 6E | 2B | 0 | 1F | 49 | 25 | 22 | 3A | 28 |
| Octal | 240 | 156 | 53 | 0 | 37 | 111 | 45 | 42 | 72 | 50 |
| Binary | 10100000 | 1101110 | 101011 | 0 | 11111 | 1001001 | 100101 | 100010 | 111010 | 101000 |
Color Harmonies of #A06E2B
Complementary color
Monochromatic Colors of #A06E2B
Black with #A06E2B
Text Example
Text Example
White with #A06E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06E2B; }
p { color: rgb(160,110,43); }
H1.HeaderClassName
{
color: #A06E2B;
}
.AnyTagClassName
{
color: #A06E2B;
}
</style>
background-color css
<style>
a { background-color: #A06E2B; }
a { background-color: rgb(160,110,43); }
div.DivClassName
{
background-color: #A06E2B;
}
.BgClassName
{
background-color: #A06E2B;
}
</style>
border-color css
<style>
span { border-color: #A06E2B; }
span { border-color: rgb(160,110,43); }
td.TdClassName
{
border-color: #A06E2B;
}
.TagClassName
{
border-color: #A06E2B;
}
</style>