Shades of Buttered Rum #A46E30
Tints of Buttered Rum #A46E30
RGB
CMYK
RGB Variations
Color information
#A46E30 (or 0xA46E30) is known color: Buttered Rum. HEX triplet: A4, 6E and 30. RGB value is (164,110,48). Sum of RGB (Red+Green+Blue) = 164+110+48=322 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.93% from 322); Green value is 110 (43.36% from 255 or 34.16% from 322); Blue value is 48 (19.14% from 255 or 14.91% from 322); Max value from RGB is 164 - color contains mainly: red. Hex color #A46E30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46E30 is #5B91CF. Grayscale: #777777. Windows color (decimal): -6001104 or 3174052. OLE color: 3174052.
HSL color Cylindrical-coordinate representation of color #A46E30: hue angle of 32.07º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A46E30 is Cyan = 0, Magento = 0.33, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 110 | 48 | - |
| CMYK | 0 | 0.33 | 0.71 | 0.36 |
| HSL | 32.07º | 0.55% | 0.42% | - |
| HSV(B) | 32.07º | 0.71% | 0.64% | - |
| XYZ | 21.42 | 19.26 | 5.38 | - |
| YUV | 119.08 | 87.89 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 110 | 48 | 0 | 0.33 | 0.71 | 0.36 | 32.07 | 0.55 | 0.42 |
| Hex | A4 | 6E | 30 | 0 | 21 | 47 | 24 | 20 | 37 | 2A |
| Octal | 244 | 156 | 60 | 0 | 41 | 107 | 44 | 40 | 67 | 52 |
| Binary | 10100100 | 1101110 | 110000 | 0 | 100001 | 1000111 | 100100 | 100000 | 110111 | 101010 |
Color Harmonies of #A46E30
Complementary color
Monochromatic Colors of #A46E30
Black with #A46E30
Text Example
Text Example
White with #A46E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46E30; }
p { color: rgb(164,110,48); }
H1.HeaderClassName
{
color: #A46E30;
}
.AnyTagClassName
{
color: #A46E30;
}
</style>
background-color css
<style>
a { background-color: #A46E30; }
a { background-color: rgb(164,110,48); }
div.DivClassName
{
background-color: #A46E30;
}
.BgClassName
{
background-color: #A46E30;
}
</style>
border-color css
<style>
span { border-color: #A46E30; }
span { border-color: rgb(164,110,48); }
td.TdClassName
{
border-color: #A46E30;
}
.TagClassName
{
border-color: #A46E30;
}
</style>