Shades of Buttered Rum #A0702B
Tints of Buttered Rum #A0702B
RGB
CMYK
RGB Variations
Color information
#A0702B (or 0xA0702B) is known color: Buttered Rum. HEX triplet: A0, 70 and 2B. RGB value is (160,112,43). Sum of RGB (Red+Green+Blue) = 160+112+43=315 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.79% from 315); Green value is 112 (44.14% from 255 or 35.56% from 315); Blue value is 43 (17.19% from 255 or 13.65% from 315); Max value from RGB is 160 - color contains mainly: red. Hex color #A0702B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0702B is #5F8FD4. Grayscale: #767676. Windows color (decimal): -6262741 or 2846880. OLE color: 2846880.
HSL color Cylindrical-coordinate representation of color #A0702B: hue angle of 35.38º degrees, saturation: 0.58, 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 #A0702B is Cyan = 0, Magento = 0.30, Yellow = 0.73 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 112 | 43 | - |
| CMYK | 0 | 0.30 | 0.73 | 0.37 |
| HSL | 35.38º | 0.58% | 0.4% | - |
| HSV(B) | 35.38º | 0.73% | 0.63% | - |
| XYZ | 20.73 | 19.24 | 4.91 | - |
| YUV | 118.49 | 85.4 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 112 | 43 | 0 | 0.30 | 0.73 | 0.37 | 35.38 | 0.58 | 0.4 |
| Hex | A0 | 70 | 2B | 0 | 1E | 49 | 25 | 23 | 3A | 28 |
| Octal | 240 | 160 | 53 | 0 | 36 | 111 | 45 | 43 | 72 | 50 |
| Binary | 10100000 | 1110000 | 101011 | 0 | 11110 | 1001001 | 100101 | 100011 | 111010 | 101000 |
Color Harmonies of #A0702B
Complementary color
Monochromatic Colors of #A0702B
Black with #A0702B
Text Example
Text Example
White with #A0702B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0702B; }
p { color: rgb(160,112,43); }
H1.HeaderClassName
{
color: #A0702B;
}
.AnyTagClassName
{
color: #A0702B;
}
</style>
background-color css
<style>
a { background-color: #A0702B; }
a { background-color: rgb(160,112,43); }
div.DivClassName
{
background-color: #A0702B;
}
.BgClassName
{
background-color: #A0702B;
}
</style>
border-color css
<style>
span { border-color: #A0702B; }
span { border-color: rgb(160,112,43); }
td.TdClassName
{
border-color: #A0702B;
}
.TagClassName
{
border-color: #A0702B;
}
</style>