Shades of Buttered Rum #A06F33
Tints of Buttered Rum #A06F33
RGB
CMYK
RGB Variations
Color information
#A06F33 (or 0xA06F33) is known color: Buttered Rum. HEX triplet: A0, 6F and 33. RGB value is (160,111,51). Sum of RGB (Red+Green+Blue) = 160+111+51=322 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.69% from 322); Green value is 111 (43.75% from 255 or 34.47% from 322); Blue value is 51 (20.31% from 255 or 15.84% from 322); Max value from RGB is 160 - color contains mainly: red. Hex color #A06F33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06F33 is #5F90CC. Grayscale: #777777. Windows color (decimal): -6262989 or 3370912. OLE color: 3370912.
HSL color Cylindrical-coordinate representation of color #A06F33: hue angle of 33.03º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A06F33 is Cyan = 0, Magento = 0.31, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 111 | 51 | - |
| CMYK | 0 | 0.31 | 0.68 | 0.37 |
| HSL | 33.03º | 0.52% | 0.41% | - |
| HSV(B) | 33.03º | 0.68% | 0.63% | - |
| XYZ | 20.78 | 19.08 | 5.72 | - |
| YUV | 118.81 | 89.73 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 111 | 51 | 0 | 0.31 | 0.68 | 0.37 | 33.03 | 0.52 | 0.41 |
| Hex | A0 | 6F | 33 | 0 | 1F | 44 | 25 | 21 | 34 | 29 |
| Octal | 240 | 157 | 63 | 0 | 37 | 104 | 45 | 41 | 64 | 51 |
| Binary | 10100000 | 1101111 | 110011 | 0 | 11111 | 1000100 | 100101 | 100001 | 110100 | 101001 |
Color Harmonies of #A06F33
Complementary color
Monochromatic Colors of #A06F33
Black with #A06F33
Text Example
Text Example
White with #A06F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06F33; }
p { color: rgb(160,111,51); }
H1.HeaderClassName
{
color: #A06F33;
}
.AnyTagClassName
{
color: #A06F33;
}
</style>
background-color css
<style>
a { background-color: #A06F33; }
a { background-color: rgb(160,111,51); }
div.DivClassName
{
background-color: #A06F33;
}
.BgClassName
{
background-color: #A06F33;
}
</style>
border-color css
<style>
span { border-color: #A06F33; }
span { border-color: rgb(160,111,51); }
td.TdClassName
{
border-color: #A06F33;
}
.TagClassName
{
border-color: #A06F33;
}
</style>