Shades of Buttered Rum #A46E33
Tints of Buttered Rum #A46E33
RGB
CMYK
RGB Variations
Color information
#A46E33 (or 0xA46E33) is known color: Buttered Rum. HEX triplet: A4, 6E and 33. RGB value is (164,110,51). Sum of RGB (Red+Green+Blue) = 164+110+51=325 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.46% from 325); Green value is 110 (43.36% from 255 or 33.85% from 325); Blue value is 51 (20.31% from 255 or 15.69% from 325); Max value from RGB is 164 - color contains mainly: red. Hex color #A46E33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46E33 is #5B91CC. Grayscale: #777777. Windows color (decimal): -6001101 or 3370660. OLE color: 3370660.
HSL color Cylindrical-coordinate representation of color #A46E33: hue angle of 31.33º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A46E33 is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 110 | 51 | - |
| CMYK | 0 | 0.33 | 0.69 | 0.36 |
| HSL | 31.33º | 0.53% | 0.42% | - |
| HSV(B) | 31.33º | 0.69% | 0.64% | - |
| XYZ | 21.48 | 19.28 | 5.72 | - |
| YUV | 119.42 | 89.39 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 110 | 51 | 0 | 0.33 | 0.69 | 0.36 | 31.33 | 0.53 | 0.42 |
| Hex | A4 | 6E | 33 | 0 | 21 | 45 | 24 | 1F | 35 | 2A |
| Octal | 244 | 156 | 63 | 0 | 41 | 105 | 44 | 37 | 65 | 52 |
| Binary | 10100100 | 1101110 | 110011 | 0 | 100001 | 1000101 | 100100 | 11111 | 110101 | 101010 |
Color Harmonies of #A46E33
Complementary color
Monochromatic Colors of #A46E33
Black with #A46E33
Text Example
Text Example
White with #A46E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46E33; }
p { color: rgb(164,110,51); }
H1.HeaderClassName
{
color: #A46E33;
}
.AnyTagClassName
{
color: #A46E33;
}
</style>
background-color css
<style>
a { background-color: #A46E33; }
a { background-color: rgb(164,110,51); }
div.DivClassName
{
background-color: #A46E33;
}
.BgClassName
{
background-color: #A46E33;
}
</style>
border-color css
<style>
span { border-color: #A46E33; }
span { border-color: rgb(164,110,51); }
td.TdClassName
{
border-color: #A46E33;
}
.TagClassName
{
border-color: #A46E33;
}
</style>