Shades of Buttered Rum #A07032
Tints of Buttered Rum #A07032
RGB
CMYK
RGB Variations
Color information
#A07032 (or 0xA07032) is known color: Buttered Rum. HEX triplet: A0, 70 and 32. RGB value is (160,112,50). Sum of RGB (Red+Green+Blue) = 160+112+50=322 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.69% from 322); Green value is 112 (44.14% from 255 or 34.78% from 322); Blue value is 50 (19.92% from 255 or 15.53% from 322); Max value from RGB is 160 - color contains mainly: red. Hex color #A07032 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07032 is #5F8FCD. Grayscale: #777777. Windows color (decimal): -6262734 or 3305632. OLE color: 3305632.
HSL color Cylindrical-coordinate representation of color #A07032: hue angle of 33.82º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A07032 is Cyan = 0, Magento = 0.30, Yellow = 0.69 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 112 | 50 | - |
| CMYK | 0 | 0.30 | 0.69 | 0.37 |
| HSL | 33.82º | 0.52% | 0.41% | - |
| HSV(B) | 33.82º | 0.69% | 0.63% | - |
| XYZ | 20.87 | 19.29 | 5.64 | - |
| YUV | 119.28 | 88.9 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 112 | 50 | 0 | 0.30 | 0.69 | 0.37 | 33.82 | 0.52 | 0.41 |
| Hex | A0 | 70 | 32 | 0 | 1E | 45 | 25 | 22 | 34 | 29 |
| Octal | 240 | 160 | 62 | 0 | 36 | 105 | 45 | 42 | 64 | 51 |
| Binary | 10100000 | 1110000 | 110010 | 0 | 11110 | 1000101 | 100101 | 100010 | 110100 | 101001 |
Color Harmonies of #A07032
Complementary color
Monochromatic Colors of #A07032
Black with #A07032
Text Example
Text Example
White with #A07032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07032; }
p { color: rgb(160,112,50); }
H1.HeaderClassName
{
color: #A07032;
}
.AnyTagClassName
{
color: #A07032;
}
</style>
background-color css
<style>
a { background-color: #A07032; }
a { background-color: rgb(160,112,50); }
div.DivClassName
{
background-color: #A07032;
}
.BgClassName
{
background-color: #A07032;
}
</style>
border-color css
<style>
span { border-color: #A07032; }
span { border-color: rgb(160,112,50); }
td.TdClassName
{
border-color: #A07032;
}
.TagClassName
{
border-color: #A07032;
}
</style>