Shades of Buttered Rum #A06F37
Tints of Buttered Rum #A06F37
RGB
CMYK
RGB Variations
Color information
#A06F37 (or 0xA06F37) is known color: Buttered Rum. HEX triplet: A0, 6F and 37. RGB value is (160,111,55). Sum of RGB (Red+Green+Blue) = 160+111+55=326 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.08% from 326); Green value is 111 (43.75% from 255 or 34.05% from 326); Blue value is 55 (21.88% from 255 or 16.87% from 326); Max value from RGB is 160 - color contains mainly: red. Hex color #A06F37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06F37 is #5F90C8. Grayscale: #777777. Windows color (decimal): -6262985 or 3633056. OLE color: 3633056.
HSL color Cylindrical-coordinate representation of color #A06F37: hue angle of 32º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A06F37 is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 111 | 55 | - |
| CMYK | 0 | 0.31 | 0.66 | 0.37 |
| HSL | 32º | 0.49% | 0.42% | - |
| HSV(B) | 32º | 0.66% | 0.63% | - |
| XYZ | 20.87 | 19.12 | 6.2 | - |
| YUV | 119.27 | 91.73 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 111 | 55 | 0 | 0.31 | 0.66 | 0.37 | 32 | 0.49 | 0.42 |
| Hex | A0 | 6F | 37 | 0 | 1F | 42 | 25 | 20 | 31 | 2A |
| Octal | 240 | 157 | 67 | 0 | 37 | 102 | 45 | 40 | 61 | 52 |
| Binary | 10100000 | 1101111 | 110111 | 0 | 11111 | 1000010 | 100101 | 100000 | 110001 | 101010 |
Color Harmonies of #A06F37
Complementary color
Monochromatic Colors of #A06F37
Black with #A06F37
Text Example
Text Example
White with #A06F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06F37; }
p { color: rgb(160,111,55); }
H1.HeaderClassName
{
color: #A06F37;
}
.AnyTagClassName
{
color: #A06F37;
}
</style>
background-color css
<style>
a { background-color: #A06F37; }
a { background-color: rgb(160,111,55); }
div.DivClassName
{
background-color: #A06F37;
}
.BgClassName
{
background-color: #A06F37;
}
</style>
border-color css
<style>
span { border-color: #A06F37; }
span { border-color: rgb(160,111,55); }
td.TdClassName
{
border-color: #A06F37;
}
.TagClassName
{
border-color: #A06F37;
}
</style>