Shades of Buttered Rum #A46E2D
Tints of Buttered Rum #A46E2D
RGB
CMYK
RGB Variations
Color information
#A46E2D (or 0xA46E2D) is known color: Buttered Rum. HEX triplet: A4, 6E and 2D. RGB value is (164,110,45). Sum of RGB (Red+Green+Blue) = 164+110+45=319 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.41% from 319); Green value is 110 (43.36% from 255 or 34.48% from 319); Blue value is 45 (17.97% from 255 or 14.11% from 319); Max value from RGB is 164 - color contains mainly: red. Hex color #A46E2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46E2D is #5B91D2. Grayscale: #777777. Windows color (decimal): -6001107 or 2977444. OLE color: 2977444.
HSL color Cylindrical-coordinate representation of color #A46E2D: hue angle of 32.77º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A46E2D is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 110 | 45 | - |
| CMYK | 0 | 0.33 | 0.73 | 0.36 |
| HSL | 32.77º | 0.57% | 0.41% | - |
| HSV(B) | 32.77º | 0.73% | 0.64% | - |
| XYZ | 21.36 | 19.23 | 5.07 | - |
| YUV | 118.74 | 86.39 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 110 | 45 | 0 | 0.33 | 0.73 | 0.36 | 32.77 | 0.57 | 0.41 |
| Hex | A4 | 6E | 2D | 0 | 21 | 49 | 24 | 21 | 39 | 29 |
| Octal | 244 | 156 | 55 | 0 | 41 | 111 | 44 | 41 | 71 | 51 |
| Binary | 10100100 | 1101110 | 101101 | 0 | 100001 | 1001001 | 100100 | 100001 | 111001 | 101001 |
Color Harmonies of #A46E2D
Complementary color
Monochromatic Colors of #A46E2D
Black with #A46E2D
Text Example
Text Example
White with #A46E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46E2D; }
p { color: rgb(164,110,45); }
H1.HeaderClassName
{
color: #A46E2D;
}
.AnyTagClassName
{
color: #A46E2D;
}
</style>
background-color css
<style>
a { background-color: #A46E2D; }
a { background-color: rgb(164,110,45); }
div.DivClassName
{
background-color: #A46E2D;
}
.BgClassName
{
background-color: #A46E2D;
}
</style>
border-color css
<style>
span { border-color: #A46E2D; }
span { border-color: rgb(164,110,45); }
td.TdClassName
{
border-color: #A46E2D;
}
.TagClassName
{
border-color: #A46E2D;
}
</style>