Shades of Buttered Rum #A26F36
Tints of Buttered Rum #A26F36
RGB
CMYK
RGB Variations
Color information
#A26F36 (or 0xA26F36) is known color: Buttered Rum. HEX triplet: A2, 6F and 36. RGB value is (162,111,54). Sum of RGB (Red+Green+Blue) = 162+111+54=327 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.54% from 327); Green value is 111 (43.75% from 255 or 33.94% from 327); Blue value is 54 (21.48% from 255 or 16.51% from 327); Max value from RGB is 162 - color contains mainly: red. Hex color #A26F36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A26F36 is #5D90C9. Grayscale: #787878. Windows color (decimal): -6131914 or 3567522. OLE color: 3567522.
HSL color Cylindrical-coordinate representation of color #A26F36: hue angle of 31.67º 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 #A26F36 is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 111 | 54 | - |
| CMYK | 0 | 0.31 | 0.67 | 0.36 |
| HSL | 31.67º | 0.5% | 0.42% | - |
| HSV(B) | 31.67º | 0.67% | 0.64% | - |
| XYZ | 21.25 | 19.32 | 6.1 | - |
| YUV | 119.75 | 90.9 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 111 | 54 | 0 | 0.31 | 0.67 | 0.36 | 31.67 | 0.5 | 0.42 |
| Hex | A2 | 6F | 36 | 0 | 1F | 43 | 24 | 20 | 32 | 2A |
| Octal | 242 | 157 | 66 | 0 | 37 | 103 | 44 | 40 | 62 | 52 |
| Binary | 10100010 | 1101111 | 110110 | 0 | 11111 | 1000011 | 100100 | 100000 | 110010 | 101010 |
Color Harmonies of #A26F36
Complementary color
Monochromatic Colors of #A26F36
Black with #A26F36
Text Example
Text Example
White with #A26F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26F36; }
p { color: rgb(162,111,54); }
H1.HeaderClassName
{
color: #A26F36;
}
.AnyTagClassName
{
color: #A26F36;
}
</style>
background-color css
<style>
a { background-color: #A26F36; }
a { background-color: rgb(162,111,54); }
div.DivClassName
{
background-color: #A26F36;
}
.BgClassName
{
background-color: #A26F36;
}
</style>
border-color css
<style>
span { border-color: #A26F36; }
span { border-color: rgb(162,111,54); }
td.TdClassName
{
border-color: #A26F36;
}
.TagClassName
{
border-color: #A26F36;
}
</style>