Shades of Buttered Rum #A0702C
Tints of Buttered Rum #A0702C
RGB
CMYK
RGB Variations
Color information
#A0702C (or 0xA0702C) is known color: Buttered Rum. HEX triplet: A0, 70 and 2C. RGB value is (160,112,44). Sum of RGB (Red+Green+Blue) = 160+112+44=316 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.63% from 316); Green value is 112 (44.14% from 255 or 35.44% from 316); Blue value is 44 (17.58% from 255 or 13.92% from 316); Max value from RGB is 160 - color contains mainly: red. Hex color #A0702C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0702C is #5F8FD3. Grayscale: #767676. Windows color (decimal): -6262740 or 2912416. OLE color: 2912416.
HSL color Cylindrical-coordinate representation of color #A0702C: hue angle of 35.17º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A0702C is Cyan = 0, Magento = 0.30, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 112 | 44 | - |
| CMYK | 0 | 0.30 | 0.72 | 0.37 |
| HSL | 35.17º | 0.57% | 0.4% | - |
| HSV(B) | 35.17º | 0.73% | 0.63% | - |
| XYZ | 20.75 | 19.24 | 5 | - |
| YUV | 118.6 | 85.9 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 112 | 44 | 0 | 0.30 | 0.72 | 0.37 | 35.17 | 0.57 | 0.4 |
| Hex | A0 | 70 | 2C | 0 | 1E | 48 | 25 | 23 | 39 | 28 |
| Octal | 240 | 160 | 54 | 0 | 36 | 110 | 45 | 43 | 71 | 50 |
| Binary | 10100000 | 1110000 | 101100 | 0 | 11110 | 1001000 | 100101 | 100011 | 111001 | 101000 |
Color Harmonies of #A0702C
Complementary color
Monochromatic Colors of #A0702C
Black with #A0702C
Text Example
Text Example
White with #A0702C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0702C; }
p { color: rgb(160,112,44); }
H1.HeaderClassName
{
color: #A0702C;
}
.AnyTagClassName
{
color: #A0702C;
}
</style>
background-color css
<style>
a { background-color: #A0702C; }
a { background-color: rgb(160,112,44); }
div.DivClassName
{
background-color: #A0702C;
}
.BgClassName
{
background-color: #A0702C;
}
</style>
border-color css
<style>
span { border-color: #A0702C; }
span { border-color: rgb(160,112,44); }
td.TdClassName
{
border-color: #A0702C;
}
.TagClassName
{
border-color: #A0702C;
}
</style>