Shades of Buttered Rum #A46921
Tints of Buttered Rum #A46921
RGB
CMYK
RGB Variations
Color information
#A46921 (or 0xA46921) is known color: Buttered Rum. HEX triplet: A4, 69 and 21. RGB value is (164,105,33). Sum of RGB (Red+Green+Blue) = 164+105+33=302 (40% of max value = 765). Red value is 164 (64.45% from 255 or 54.30% from 302); Green value is 105 (41.41% from 255 or 34.77% from 302); Blue value is 33 (13.28% from 255 or 10.93% from 302); Max value from RGB is 164 - color contains mainly: red. Hex color #A46921 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46921 is #5B96DE. Grayscale: #727272. Windows color (decimal): -6002399 or 2189732. OLE color: 2189732.
HSL color Cylindrical-coordinate representation of color #A46921: hue angle of 32.98º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A46921 is Cyan = 0, Magento = 0.36, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 105 | 33 | - |
| CMYK | 0 | 0.36 | 0.80 | 0.36 |
| HSL | 32.98º | 0.66% | 0.39% | - |
| HSV(B) | 32.98º | 0.8% | 0.64% | - |
| XYZ | 20.64 | 18.11 | 3.85 | - |
| YUV | 114.43 | 82.05 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 105 | 33 | 0 | 0.36 | 0.80 | 0.36 | 32.98 | 0.66 | 0.39 |
| Hex | A4 | 69 | 21 | 0 | 24 | 50 | 24 | 21 | 42 | 27 |
| Octal | 244 | 151 | 41 | 0 | 44 | 120 | 44 | 41 | 102 | 47 |
| Binary | 10100100 | 1101001 | 100001 | 0 | 100100 | 1010000 | 100100 | 100001 | 1000010 | 100111 |
Color Harmonies of #A46921
Complementary color
Monochromatic Colors of #A46921
Black with #A46921
Text Example
Text Example
White with #A46921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46921; }
p { color: rgb(164,105,33); }
H1.HeaderClassName
{
color: #A46921;
}
.AnyTagClassName
{
color: #A46921;
}
</style>
background-color css
<style>
a { background-color: #A46921; }
a { background-color: rgb(164,105,33); }
div.DivClassName
{
background-color: #A46921;
}
.BgClassName
{
background-color: #A46921;
}
</style>
border-color css
<style>
span { border-color: #A46921; }
span { border-color: rgb(164,105,33); }
td.TdClassName
{
border-color: #A46921;
}
.TagClassName
{
border-color: #A46921;
}
</style>