Shades of Buttered Rum #A07035
Tints of Buttered Rum #A07035
RGB
CMYK
RGB Variations
Color information
#A07035 (or 0xA07035) is known color: Buttered Rum. HEX triplet: A0, 70 and 35. RGB value is (160,112,53). Sum of RGB (Red+Green+Blue) = 160+112+53=325 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.23% from 325); Green value is 112 (44.14% from 255 or 34.46% from 325); Blue value is 53 (21.09% from 255 or 16.31% from 325); Max value from RGB is 160 - color contains mainly: red. Hex color #A07035 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07035 is #5F8FCA. Grayscale: #777777. Windows color (decimal): -6262731 or 3502240. OLE color: 3502240.
HSL color Cylindrical-coordinate representation of color #A07035: hue angle of 33.08º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A07035 is Cyan = 0, Magento = 0.30, Yellow = 0.67 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 112 | 53 | - |
| CMYK | 0 | 0.30 | 0.67 | 0.37 |
| HSL | 33.08º | 0.5% | 0.42% | - |
| HSV(B) | 33.08º | 0.67% | 0.63% | - |
| XYZ | 20.93 | 19.32 | 5.99 | - |
| YUV | 119.63 | 90.4 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 112 | 53 | 0 | 0.30 | 0.67 | 0.37 | 33.08 | 0.5 | 0.42 |
| Hex | A0 | 70 | 35 | 0 | 1E | 43 | 25 | 21 | 32 | 2A |
| Octal | 240 | 160 | 65 | 0 | 36 | 103 | 45 | 41 | 62 | 52 |
| Binary | 10100000 | 1110000 | 110101 | 0 | 11110 | 1000011 | 100101 | 100001 | 110010 | 101010 |
Color Harmonies of #A07035
Complementary color
Monochromatic Colors of #A07035
Black with #A07035
Text Example
Text Example
White with #A07035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07035; }
p { color: rgb(160,112,53); }
H1.HeaderClassName
{
color: #A07035;
}
.AnyTagClassName
{
color: #A07035;
}
</style>
background-color css
<style>
a { background-color: #A07035; }
a { background-color: rgb(160,112,53); }
div.DivClassName
{
background-color: #A07035;
}
.BgClassName
{
background-color: #A07035;
}
</style>
border-color css
<style>
span { border-color: #A07035; }
span { border-color: rgb(160,112,53); }
td.TdClassName
{
border-color: #A07035;
}
.TagClassName
{
border-color: #A07035;
}
</style>