Shades of Buttered Rum #A26B2B
Tints of Buttered Rum #A26B2B
RGB
CMYK
RGB Variations
Color information
#A26B2B (or 0xA26B2B) is known color: Buttered Rum. HEX triplet: A2, 6B and 2B. RGB value is (162,107,43). Sum of RGB (Red+Green+Blue) = 162+107+43=312 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.92% from 312); Green value is 107 (42.19% from 255 or 34.29% from 312); Blue value is 43 (17.19% from 255 or 13.78% from 312); Max value from RGB is 162 - color contains mainly: red. Hex color #A26B2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A26B2B is #5D94D4. Grayscale: #747474. Windows color (decimal): -6132949 or 2845602. OLE color: 2845602.
HSL color Cylindrical-coordinate representation of color #A26B2B: hue angle of 32.27º degrees, saturation: 0.58, 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 #A26B2B is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 107 | 43 | - |
| CMYK | 0 | 0.34 | 0.73 | 0.36 |
| HSL | 32.27º | 0.58% | 0.4% | - |
| HSV(B) | 32.27º | 0.73% | 0.64% | - |
| XYZ | 20.59 | 18.37 | 4.75 | - |
| YUV | 116.15 | 86.72 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 107 | 43 | 0 | 0.34 | 0.73 | 0.36 | 32.27 | 0.58 | 0.4 |
| Hex | A2 | 6B | 2B | 0 | 22 | 49 | 24 | 20 | 3A | 28 |
| Octal | 242 | 153 | 53 | 0 | 42 | 111 | 44 | 40 | 72 | 50 |
| Binary | 10100010 | 1101011 | 101011 | 0 | 100010 | 1001001 | 100100 | 100000 | 111010 | 101000 |
Color Harmonies of #A26B2B
Complementary color
Monochromatic Colors of #A26B2B
Black with #A26B2B
Text Example
Text Example
White with #A26B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26B2B; }
p { color: rgb(162,107,43); }
H1.HeaderClassName
{
color: #A26B2B;
}
.AnyTagClassName
{
color: #A26B2B;
}
</style>
background-color css
<style>
a { background-color: #A26B2B; }
a { background-color: rgb(162,107,43); }
div.DivClassName
{
background-color: #A26B2B;
}
.BgClassName
{
background-color: #A26B2B;
}
</style>
border-color css
<style>
span { border-color: #A26B2B; }
span { border-color: rgb(162,107,43); }
td.TdClassName
{
border-color: #A26B2B;
}
.TagClassName
{
border-color: #A26B2B;
}
</style>