Shades of Buttered Rum #A36A27
Tints of Buttered Rum #A36A27
RGB
CMYK
RGB Variations
Color information
#A36A27 (or 0xA36A27) is known color: Buttered Rum. HEX triplet: A3, 6A and 27. RGB value is (163,106,39). Sum of RGB (Red+Green+Blue) = 163+106+39=308 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.92% from 308); Green value is 106 (41.80% from 255 or 34.42% from 308); Blue value is 39 (15.62% from 255 or 12.66% from 308); Max value from RGB is 163 - color contains mainly: red. Hex color #A36A27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36A27 is #5C95D8. Grayscale: #737373. Windows color (decimal): -6067673 or 2583203. OLE color: 2583203.
HSL color Cylindrical-coordinate representation of color #A36A27: hue angle of 32.42º 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 #A36A27 is Cyan = 0, Magento = 0.35, Yellow = 0.76 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 106 | 39 | - |
| CMYK | 0 | 0.35 | 0.76 | 0.36 |
| HSL | 32.42º | 0.61% | 0.4% | - |
| HSV(B) | 32.42º | 0.76% | 0.64% | - |
| XYZ | 20.62 | 18.24 | 4.35 | - |
| YUV | 115.41 | 84.88 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 106 | 39 | 0 | 0.35 | 0.76 | 0.36 | 32.42 | 0.61 | 0.4 |
| Hex | A3 | 6A | 27 | 0 | 23 | 4C | 24 | 20 | 3D | 28 |
| Octal | 243 | 152 | 47 | 0 | 43 | 114 | 44 | 40 | 75 | 50 |
| Binary | 10100011 | 1101010 | 100111 | 0 | 100011 | 1001100 | 100100 | 100000 | 111101 | 101000 |
Color Harmonies of #A36A27
Complementary color
Monochromatic Colors of #A36A27
Black with #A36A27
Text Example
Text Example
White with #A36A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36A27; }
p { color: rgb(163,106,39); }
H1.HeaderClassName
{
color: #A36A27;
}
.AnyTagClassName
{
color: #A36A27;
}
</style>
background-color css
<style>
a { background-color: #A36A27; }
a { background-color: rgb(163,106,39); }
div.DivClassName
{
background-color: #A36A27;
}
.BgClassName
{
background-color: #A36A27;
}
</style>
border-color css
<style>
span { border-color: #A36A27; }
span { border-color: rgb(163,106,39); }
td.TdClassName
{
border-color: #A36A27;
}
.TagClassName
{
border-color: #A36A27;
}
</style>