Shades of Buttered Rum #A46C2D
Tints of Buttered Rum #A46C2D
RGB
CMYK
RGB Variations
Color information
#A46C2D (or 0xA46C2D) is known color: Buttered Rum. HEX triplet: A4, 6C and 2D. RGB value is (164,108,45). Sum of RGB (Red+Green+Blue) = 164+108+45=317 (41% of max value = 765). Red value is 164 (64.45% from 255 or 51.74% from 317); Green value is 108 (42.58% from 255 or 34.07% from 317); Blue value is 45 (17.97% from 255 or 14.20% from 317); Max value from RGB is 164 - color contains mainly: red. Hex color #A46C2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46C2D is #5B93D2. Grayscale: #757575. Windows color (decimal): -6001619 or 2976932. OLE color: 2976932.
HSL color Cylindrical-coordinate representation of color #A46C2D: hue angle of 31.76º 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 #A46C2D is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 108 | 45 | - |
| CMYK | 0 | 0.34 | 0.73 | 0.36 |
| HSL | 31.76º | 0.57% | 0.41% | - |
| HSV(B) | 31.76º | 0.73% | 0.64% | - |
| XYZ | 21.15 | 18.81 | 5 | - |
| YUV | 117.56 | 87.05 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 108 | 45 | 0 | 0.34 | 0.73 | 0.36 | 31.76 | 0.57 | 0.41 |
| Hex | A4 | 6C | 2D | 0 | 22 | 49 | 24 | 20 | 39 | 29 |
| Octal | 244 | 154 | 55 | 0 | 42 | 111 | 44 | 40 | 71 | 51 |
| Binary | 10100100 | 1101100 | 101101 | 0 | 100010 | 1001001 | 100100 | 100000 | 111001 | 101001 |
Color Harmonies of #A46C2D
Complementary color
Monochromatic Colors of #A46C2D
Black with #A46C2D
Text Example
Text Example
White with #A46C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46C2D; }
p { color: rgb(164,108,45); }
H1.HeaderClassName
{
color: #A46C2D;
}
.AnyTagClassName
{
color: #A46C2D;
}
</style>
background-color css
<style>
a { background-color: #A46C2D; }
a { background-color: rgb(164,108,45); }
div.DivClassName
{
background-color: #A46C2D;
}
.BgClassName
{
background-color: #A46C2D;
}
</style>
border-color css
<style>
span { border-color: #A46C2D; }
span { border-color: rgb(164,108,45); }
td.TdClassName
{
border-color: #A46C2D;
}
.TagClassName
{
border-color: #A46C2D;
}
</style>