Shades of Buttered Rum #A36C28
Tints of Buttered Rum #A36C28
RGB
CMYK
RGB Variations
Color information
#A36C28 (or 0xA36C28) is known color: Buttered Rum. HEX triplet: A3, 6C and 28. RGB value is (163,108,40). Sum of RGB (Red+Green+Blue) = 163+108+40=311 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.41% from 311); Green value is 108 (42.58% from 255 or 34.73% from 311); Blue value is 40 (16.02% from 255 or 12.86% from 311); Max value from RGB is 163 - color contains mainly: red. Hex color #A36C28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36C28 is #5C93D7. Grayscale: #757575. Windows color (decimal): -6067160 or 2649251. OLE color: 2649251.
HSL color Cylindrical-coordinate representation of color #A36C28: hue angle of 33.17º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A36C28 is Cyan = 0, Magento = 0.34, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 108 | 40 | - |
| CMYK | 0 | 0.34 | 0.75 | 0.36 |
| HSL | 33.17º | 0.61% | 0.4% | - |
| HSV(B) | 33.17º | 0.75% | 0.64% | - |
| XYZ | 20.85 | 18.66 | 4.51 | - |
| YUV | 116.69 | 84.72 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 108 | 40 | 0 | 0.34 | 0.75 | 0.36 | 33.17 | 0.61 | 0.4 |
| Hex | A3 | 6C | 28 | 0 | 22 | 4B | 24 | 21 | 3D | 28 |
| Octal | 243 | 154 | 50 | 0 | 42 | 113 | 44 | 41 | 75 | 50 |
| Binary | 10100011 | 1101100 | 101000 | 0 | 100010 | 1001011 | 100100 | 100001 | 111101 | 101000 |
Color Harmonies of #A36C28
Complementary color
Monochromatic Colors of #A36C28
Black with #A36C28
Text Example
Text Example
White with #A36C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36C28; }
p { color: rgb(163,108,40); }
H1.HeaderClassName
{
color: #A36C28;
}
.AnyTagClassName
{
color: #A36C28;
}
</style>
background-color css
<style>
a { background-color: #A36C28; }
a { background-color: rgb(163,108,40); }
div.DivClassName
{
background-color: #A36C28;
}
.BgClassName
{
background-color: #A36C28;
}
</style>
border-color css
<style>
span { border-color: #A36C28; }
span { border-color: rgb(163,108,40); }
td.TdClassName
{
border-color: #A36C28;
}
.TagClassName
{
border-color: #A36C28;
}
</style>