Shades of Buttered Rum #A27136
Tints of Buttered Rum #A27136
RGB
CMYK
RGB Variations
Color information
#A27136 (or 0xA27136) is known color: Buttered Rum. HEX triplet: A2, 71 and 36. RGB value is (162,113,54). Sum of RGB (Red+Green+Blue) = 162+113+54=329 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.24% from 329); Green value is 113 (44.53% from 255 or 34.35% from 329); Blue value is 54 (21.48% from 255 or 16.41% from 329); Max value from RGB is 162 - color contains mainly: red. Hex color #A27136 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27136 is #5D8EC9. Grayscale: #797979. Windows color (decimal): -6131402 or 3568034. OLE color: 3568034.
HSL color Cylindrical-coordinate representation of color #A27136: hue angle of 32.78º 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 #A27136 is Cyan = 0, Magento = 0.30, Yellow = 0.67 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 113 | 54 | - |
| CMYK | 0 | 0.30 | 0.67 | 0.36 |
| HSL | 32.78º | 0.5% | 0.42% | - |
| HSV(B) | 32.78º | 0.67% | 0.64% | - |
| XYZ | 21.47 | 19.76 | 6.17 | - |
| YUV | 120.93 | 90.23 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 113 | 54 | 0 | 0.30 | 0.67 | 0.36 | 32.78 | 0.5 | 0.42 |
| Hex | A2 | 71 | 36 | 0 | 1E | 43 | 24 | 21 | 32 | 2A |
| Octal | 242 | 161 | 66 | 0 | 36 | 103 | 44 | 41 | 62 | 52 |
| Binary | 10100010 | 1110001 | 110110 | 0 | 11110 | 1000011 | 100100 | 100001 | 110010 | 101010 |
Color Harmonies of #A27136
Complementary color
Monochromatic Colors of #A27136
Black with #A27136
Text Example
Text Example
White with #A27136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27136; }
p { color: rgb(162,113,54); }
H1.HeaderClassName
{
color: #A27136;
}
.AnyTagClassName
{
color: #A27136;
}
</style>
background-color css
<style>
a { background-color: #A27136; }
a { background-color: rgb(162,113,54); }
div.DivClassName
{
background-color: #A27136;
}
.BgClassName
{
background-color: #A27136;
}
</style>
border-color css
<style>
span { border-color: #A27136; }
span { border-color: rgb(162,113,54); }
td.TdClassName
{
border-color: #A27136;
}
.TagClassName
{
border-color: #A27136;
}
</style>