Shades of Buttered Rum #A07836
Tints of Buttered Rum #A07836
RGB
CMYK
RGB Variations
Color information
#A07836 (or 0xA07836) is known color: Buttered Rum. HEX triplet: A0, 78 and 36. RGB value is (160,120,54). Sum of RGB (Red+Green+Blue) = 160+120+54=334 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.90% from 334); Green value is 120 (47.27% from 255 or 35.93% from 334); Blue value is 54 (21.48% from 255 or 16.17% from 334); Max value from RGB is 160 - color contains mainly: red. Hex color #A07836 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07836 is #5F87C9. Grayscale: #7C7C7C. Windows color (decimal): -6260682 or 3569824. OLE color: 3569824.
HSL color Cylindrical-coordinate representation of color #A07836: hue angle of 37.36º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A07836 is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 120 | 54 | - |
| CMYK | 0 | 0.25 | 0.66 | 0.37 |
| HSL | 37.36º | 0.5% | 0.42% | - |
| HSV(B) | 37.36º | 0.66% | 0.63% | - |
| XYZ | 21.88 | 21.17 | 6.42 | - |
| YUV | 124.44 | 88.25 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 120 | 54 | 0 | 0.25 | 0.66 | 0.37 | 37.36 | 0.5 | 0.42 |
| Hex | A0 | 78 | 36 | 0 | 19 | 42 | 25 | 25 | 32 | 2A |
| Octal | 240 | 170 | 66 | 0 | 31 | 102 | 45 | 45 | 62 | 52 |
| Binary | 10100000 | 1111000 | 110110 | 0 | 11001 | 1000010 | 100101 | 100101 | 110010 | 101010 |
Color Harmonies of #A07836
Complementary color
Monochromatic Colors of #A07836
Black with #A07836
Text Example
Text Example
White with #A07836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07836; }
p { color: rgb(160,120,54); }
H1.HeaderClassName
{
color: #A07836;
}
.AnyTagClassName
{
color: #A07836;
}
</style>
background-color css
<style>
a { background-color: #A07836; }
a { background-color: rgb(160,120,54); }
div.DivClassName
{
background-color: #A07836;
}
.BgClassName
{
background-color: #A07836;
}
</style>
border-color css
<style>
span { border-color: #A07836; }
span { border-color: rgb(160,120,54); }
td.TdClassName
{
border-color: #A07836;
}
.TagClassName
{
border-color: #A07836;
}
</style>