Shades of Buttered Rum #A36C2F
Tints of Buttered Rum #A36C2F
RGB
CMYK
RGB Variations
Color information
#A36C2F (or 0xA36C2F) is known color: Buttered Rum. HEX triplet: A3, 6C and 2F. RGB value is (163,108,47). Sum of RGB (Red+Green+Blue) = 163+108+47=318 (42% of max value = 765). Red value is 163 (64.06% from 255 or 51.26% from 318); Green value is 108 (42.58% from 255 or 33.96% from 318); Blue value is 47 (18.75% from 255 or 14.78% from 318); Max value from RGB is 163 - color contains mainly: red. Hex color #A36C2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36C2F is #5C93D0. Grayscale: #757575. Windows color (decimal): -6067153 or 3108003. OLE color: 3108003.
HSL color Cylindrical-coordinate representation of color #A36C2F: hue angle of 31.55º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A36C2F is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 108 | 47 | - |
| CMYK | 0 | 0.34 | 0.71 | 0.36 |
| HSL | 31.55º | 0.55% | 0.41% | - |
| HSV(B) | 31.55º | 0.71% | 0.64% | - |
| XYZ | 20.98 | 18.72 | 5.2 | - |
| YUV | 117.49 | 88.22 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 108 | 47 | 0 | 0.34 | 0.71 | 0.36 | 31.55 | 0.55 | 0.41 |
| Hex | A3 | 6C | 2F | 0 | 22 | 47 | 24 | 20 | 37 | 29 |
| Octal | 243 | 154 | 57 | 0 | 42 | 107 | 44 | 40 | 67 | 51 |
| Binary | 10100011 | 1101100 | 101111 | 0 | 100010 | 1000111 | 100100 | 100000 | 110111 | 101001 |
Color Harmonies of #A36C2F
Complementary color
Monochromatic Colors of #A36C2F
Black with #A36C2F
Text Example
Text Example
White with #A36C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36C2F; }
p { color: rgb(163,108,47); }
H1.HeaderClassName
{
color: #A36C2F;
}
.AnyTagClassName
{
color: #A36C2F;
}
</style>
background-color css
<style>
a { background-color: #A36C2F; }
a { background-color: rgb(163,108,47); }
div.DivClassName
{
background-color: #A36C2F;
}
.BgClassName
{
background-color: #A36C2F;
}
</style>
border-color css
<style>
span { border-color: #A36C2F; }
span { border-color: rgb(163,108,47); }
td.TdClassName
{
border-color: #A36C2F;
}
.TagClassName
{
border-color: #A36C2F;
}
</style>