Shades of Buttered Rum #A06F2C
Tints of Buttered Rum #A06F2C
RGB
CMYK
RGB Variations
Color information
#A06F2C (or 0xA06F2C) is known color: Buttered Rum. HEX triplet: A0, 6F and 2C. RGB value is (160,111,44). Sum of RGB (Red+Green+Blue) = 160+111+44=315 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.79% from 315); Green value is 111 (43.75% from 255 or 35.24% from 315); Blue value is 44 (17.58% from 255 or 13.97% from 315); Max value from RGB is 160 - color contains mainly: red. Hex color #A06F2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06F2C is #5F90D3. Grayscale: #767676. Windows color (decimal): -6262996 or 2912160. OLE color: 2912160.
HSL color Cylindrical-coordinate representation of color #A06F2C: hue angle of 34.66º degrees, saturation: 0.57, 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 #A06F2C is Cyan = 0, Magento = 0.31, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 111 | 44 | - |
| CMYK | 0 | 0.31 | 0.72 | 0.37 |
| HSL | 34.66º | 0.57% | 0.4% | - |
| HSV(B) | 34.66º | 0.73% | 0.63% | - |
| XYZ | 20.64 | 19.02 | 4.97 | - |
| YUV | 118.01 | 86.23 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 111 | 44 | 0 | 0.31 | 0.72 | 0.37 | 34.66 | 0.57 | 0.4 |
| Hex | A0 | 6F | 2C | 0 | 1F | 48 | 25 | 23 | 39 | 28 |
| Octal | 240 | 157 | 54 | 0 | 37 | 110 | 45 | 43 | 71 | 50 |
| Binary | 10100000 | 1101111 | 101100 | 0 | 11111 | 1001000 | 100101 | 100011 | 111001 | 101000 |
Color Harmonies of #A06F2C
Complementary color
Monochromatic Colors of #A06F2C
Black with #A06F2C
Text Example
Text Example
White with #A06F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06F2C; }
p { color: rgb(160,111,44); }
H1.HeaderClassName
{
color: #A06F2C;
}
.AnyTagClassName
{
color: #A06F2C;
}
</style>
background-color css
<style>
a { background-color: #A06F2C; }
a { background-color: rgb(160,111,44); }
div.DivClassName
{
background-color: #A06F2C;
}
.BgClassName
{
background-color: #A06F2C;
}
</style>
border-color css
<style>
span { border-color: #A06F2C; }
span { border-color: rgb(160,111,44); }
td.TdClassName
{
border-color: #A06F2C;
}
.TagClassName
{
border-color: #A06F2C;
}
</style>