Shades of Buttered Rum #A06F34
Tints of Buttered Rum #A06F34
RGB
CMYK
RGB Variations
Color information
#A06F34 (or 0xA06F34) is known color: Buttered Rum. HEX triplet: A0, 6F and 34. RGB value is (160,111,52). Sum of RGB (Red+Green+Blue) = 160+111+52=323 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.54% from 323); Green value is 111 (43.75% from 255 or 34.37% from 323); Blue value is 52 (20.70% from 255 or 16.10% from 323); Max value from RGB is 160 - color contains mainly: red. Hex color #A06F34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06F34 is #5F90CB. Grayscale: #777777. Windows color (decimal): -6262988 or 3436448. OLE color: 3436448.
HSL color Cylindrical-coordinate representation of color #A06F34: hue angle of 32.78º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A06F34 is Cyan = 0, Magento = 0.31, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 111 | 52 | - |
| CMYK | 0 | 0.31 | 0.68 | 0.37 |
| HSL | 32.78º | 0.51% | 0.42% | - |
| HSV(B) | 32.78º | 0.68% | 0.63% | - |
| XYZ | 20.8 | 19.09 | 5.84 | - |
| YUV | 118.93 | 90.23 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 111 | 52 | 0 | 0.31 | 0.68 | 0.37 | 32.78 | 0.51 | 0.42 |
| Hex | A0 | 6F | 34 | 0 | 1F | 44 | 25 | 21 | 33 | 2A |
| Octal | 240 | 157 | 64 | 0 | 37 | 104 | 45 | 41 | 63 | 52 |
| Binary | 10100000 | 1101111 | 110100 | 0 | 11111 | 1000100 | 100101 | 100001 | 110011 | 101010 |
Color Harmonies of #A06F34
Complementary color
Monochromatic Colors of #A06F34
Black with #A06F34
Text Example
Text Example
White with #A06F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06F34; }
p { color: rgb(160,111,52); }
H1.HeaderClassName
{
color: #A06F34;
}
.AnyTagClassName
{
color: #A06F34;
}
</style>
background-color css
<style>
a { background-color: #A06F34; }
a { background-color: rgb(160,111,52); }
div.DivClassName
{
background-color: #A06F34;
}
.BgClassName
{
background-color: #A06F34;
}
</style>
border-color css
<style>
span { border-color: #A06F34; }
span { border-color: rgb(160,111,52); }
td.TdClassName
{
border-color: #A06F34;
}
.TagClassName
{
border-color: #A06F34;
}
</style>