Shades of Buttered Rum #A26E36
Tints of Buttered Rum #A26E36
RGB
CMYK
RGB Variations
Color information
#A26E36 (or 0xA26E36) is known color: Buttered Rum. HEX triplet: A2, 6E and 36. RGB value is (162,110,54). Sum of RGB (Red+Green+Blue) = 162+110+54=326 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.69% from 326); Green value is 110 (43.36% from 255 or 33.74% from 326); Blue value is 54 (21.48% from 255 or 16.56% from 326); Max value from RGB is 162 - color contains mainly: red. Hex color #A26E36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A26E36 is #5D91C9. Grayscale: #777777. Windows color (decimal): -6132170 or 3567266. OLE color: 3567266.
HSL color Cylindrical-coordinate representation of color #A26E36: hue angle of 31.11º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A26E36 is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 110 | 54 | - |
| CMYK | 0 | 0.32 | 0.67 | 0.36 |
| HSL | 31.11º | 0.5% | 0.42% | - |
| HSV(B) | 31.11º | 0.67% | 0.64% | - |
| XYZ | 21.14 | 19.1 | 6.06 | - |
| YUV | 119.16 | 91.23 | 158.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 110 | 54 | 0 | 0.32 | 0.67 | 0.36 | 31.11 | 0.5 | 0.42 |
| Hex | A2 | 6E | 36 | 0 | 20 | 43 | 24 | 1F | 32 | 2A |
| Octal | 242 | 156 | 66 | 0 | 40 | 103 | 44 | 37 | 62 | 52 |
| Binary | 10100010 | 1101110 | 110110 | 0 | 100000 | 1000011 | 100100 | 11111 | 110010 | 101010 |
Color Harmonies of #A26E36
Complementary color
Monochromatic Colors of #A26E36
Black with #A26E36
Text Example
Text Example
White with #A26E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26E36; }
p { color: rgb(162,110,54); }
H1.HeaderClassName
{
color: #A26E36;
}
.AnyTagClassName
{
color: #A26E36;
}
</style>
background-color css
<style>
a { background-color: #A26E36; }
a { background-color: rgb(162,110,54); }
div.DivClassName
{
background-color: #A26E36;
}
.BgClassName
{
background-color: #A26E36;
}
</style>
border-color css
<style>
span { border-color: #A26E36; }
span { border-color: rgb(162,110,54); }
td.TdClassName
{
border-color: #A26E36;
}
.TagClassName
{
border-color: #A26E36;
}
</style>