Shades of Buttered Rum #A26B2C
Tints of Buttered Rum #A26B2C
RGB
CMYK
RGB Variations
Color information
#A26B2C (or 0xA26B2C) is known color: Buttered Rum. HEX triplet: A2, 6B and 2C. RGB value is (162,107,44). Sum of RGB (Red+Green+Blue) = 162+107+44=313 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.76% from 313); Green value is 107 (42.19% from 255 or 34.19% from 313); Blue value is 44 (17.58% from 255 or 14.06% from 313); Max value from RGB is 162 - color contains mainly: red. Hex color #A26B2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A26B2C is #5D94D3. Grayscale: #747474. Windows color (decimal): -6132948 or 2911138. OLE color: 2911138.
HSL color Cylindrical-coordinate representation of color #A26B2C: hue angle of 32.03º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A26B2C is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 107 | 44 | - |
| CMYK | 0 | 0.34 | 0.73 | 0.36 |
| HSL | 32.03º | 0.57% | 0.4% | - |
| HSV(B) | 32.03º | 0.73% | 0.64% | - |
| XYZ | 20.61 | 18.38 | 4.84 | - |
| YUV | 116.26 | 87.22 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 107 | 44 | 0 | 0.34 | 0.73 | 0.36 | 32.03 | 0.57 | 0.4 |
| Hex | A2 | 6B | 2C | 0 | 22 | 49 | 24 | 20 | 39 | 28 |
| Octal | 242 | 153 | 54 | 0 | 42 | 111 | 44 | 40 | 71 | 50 |
| Binary | 10100010 | 1101011 | 101100 | 0 | 100010 | 1001001 | 100100 | 100000 | 111001 | 101000 |
Color Harmonies of #A26B2C
Complementary color
Monochromatic Colors of #A26B2C
Black with #A26B2C
Text Example
Text Example
White with #A26B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26B2C; }
p { color: rgb(162,107,44); }
H1.HeaderClassName
{
color: #A26B2C;
}
.AnyTagClassName
{
color: #A26B2C;
}
</style>
background-color css
<style>
a { background-color: #A26B2C; }
a { background-color: rgb(162,107,44); }
div.DivClassName
{
background-color: #A26B2C;
}
.BgClassName
{
background-color: #A26B2C;
}
</style>
border-color css
<style>
span { border-color: #A26B2C; }
span { border-color: rgb(162,107,44); }
td.TdClassName
{
border-color: #A26B2C;
}
.TagClassName
{
border-color: #A26B2C;
}
</style>