Shades of Buttered Rum #A36E27
Tints of Buttered Rum #A36E27
RGB
CMYK
RGB Variations
Color information
#A36E27 (or 0xA36E27) is known color: Buttered Rum. HEX triplet: A3, 6E and 27. RGB value is (163,110,39). Sum of RGB (Red+Green+Blue) = 163+110+39=312 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.24% from 312); Green value is 110 (43.36% from 255 or 35.26% from 312); Blue value is 39 (15.62% from 255 or 12.5% from 312); Max value from RGB is 163 - color contains mainly: red. Hex color #A36E27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36E27 is #5C91D8. Grayscale: #767676. Windows color (decimal): -6066649 or 2584227. OLE color: 2584227.
HSL color Cylindrical-coordinate representation of color #A36E27: hue angle of 34.35º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A36E27 is Cyan = 0, Magento = 0.33, Yellow = 0.76 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 110 | 39 | - |
| CMYK | 0 | 0.33 | 0.76 | 0.36 |
| HSL | 34.35º | 0.61% | 0.4% | - |
| HSV(B) | 34.35º | 0.76% | 0.64% | - |
| XYZ | 21.05 | 19.08 | 4.49 | - |
| YUV | 117.75 | 83.56 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 110 | 39 | 0 | 0.33 | 0.76 | 0.36 | 34.35 | 0.61 | 0.4 |
| Hex | A3 | 6E | 27 | 0 | 21 | 4C | 24 | 22 | 3D | 28 |
| Octal | 243 | 156 | 47 | 0 | 41 | 114 | 44 | 42 | 75 | 50 |
| Binary | 10100011 | 1101110 | 100111 | 0 | 100001 | 1001100 | 100100 | 100010 | 111101 | 101000 |
Color Harmonies of #A36E27
Complementary color
Monochromatic Colors of #A36E27
Black with #A36E27
Text Example
Text Example
White with #A36E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36E27; }
p { color: rgb(163,110,39); }
H1.HeaderClassName
{
color: #A36E27;
}
.AnyTagClassName
{
color: #A36E27;
}
</style>
background-color css
<style>
a { background-color: #A36E27; }
a { background-color: rgb(163,110,39); }
div.DivClassName
{
background-color: #A36E27;
}
.BgClassName
{
background-color: #A36E27;
}
</style>
border-color css
<style>
span { border-color: #A36E27; }
span { border-color: rgb(163,110,39); }
td.TdClassName
{
border-color: #A36E27;
}
.TagClassName
{
border-color: #A36E27;
}
</style>