Shades of Buttered Rum #A26D32
Tints of Buttered Rum #A26D32
RGB
CMYK
RGB Variations
Color information
#A26D32 (or 0xA26D32) is known color: Buttered Rum. HEX triplet: A2, 6D and 32. RGB value is (162,109,50). Sum of RGB (Red+Green+Blue) = 162+109+50=321 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.47% from 321); Green value is 109 (42.97% from 255 or 33.96% from 321); Blue value is 50 (19.92% from 255 or 15.58% from 321); Max value from RGB is 162 - color contains mainly: red. Hex color #A26D32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A26D32 is #5D92CD. Grayscale: #767676. Windows color (decimal): -6132430 or 3304866. OLE color: 3304866.
HSL color Cylindrical-coordinate representation of color #A26D32: hue angle of 31.61º 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 #A26D32 is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 109 | 50 | - |
| CMYK | 0 | 0.33 | 0.69 | 0.36 |
| HSL | 31.61º | 0.53% | 0.42% | - |
| HSV(B) | 31.61º | 0.69% | 0.64% | - |
| XYZ | 20.94 | 18.85 | 5.55 | - |
| YUV | 118.12 | 89.56 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 109 | 50 | 0 | 0.33 | 0.69 | 0.36 | 31.61 | 0.53 | 0.42 |
| Hex | A2 | 6D | 32 | 0 | 21 | 45 | 24 | 20 | 35 | 2A |
| Octal | 242 | 155 | 62 | 0 | 41 | 105 | 44 | 40 | 65 | 52 |
| Binary | 10100010 | 1101101 | 110010 | 0 | 100001 | 1000101 | 100100 | 100000 | 110101 | 101010 |
Color Harmonies of #A26D32
Complementary color
Monochromatic Colors of #A26D32
Black with #A26D32
Text Example
Text Example
White with #A26D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26D32; }
p { color: rgb(162,109,50); }
H1.HeaderClassName
{
color: #A26D32;
}
.AnyTagClassName
{
color: #A26D32;
}
</style>
background-color css
<style>
a { background-color: #A26D32; }
a { background-color: rgb(162,109,50); }
div.DivClassName
{
background-color: #A26D32;
}
.BgClassName
{
background-color: #A26D32;
}
</style>
border-color css
<style>
span { border-color: #A26D32; }
span { border-color: rgb(162,109,50); }
td.TdClassName
{
border-color: #A26D32;
}
.TagClassName
{
border-color: #A26D32;
}
</style>