Shades of Buttered Rum #A0732A
Tints of Buttered Rum #A0732A
RGB
CMYK
RGB Variations
Color information
#A0732A (or 0xA0732A) is known color: Buttered Rum. HEX triplet: A0, 73 and 2A. RGB value is (160,115,42). Sum of RGB (Red+Green+Blue) = 160+115+42=317 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.47% from 317); Green value is 115 (45.31% from 255 or 36.28% from 317); Blue value is 42 (16.80% from 255 or 13.25% from 317); Max value from RGB is 160 - color contains mainly: red. Hex color #A0732A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0732A is #5F8CD5. Grayscale: #787878. Windows color (decimal): -6261974 or 2782112. OLE color: 2782112.
HSL color Cylindrical-coordinate representation of color #A0732A: hue angle of 37.12º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A0732A is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 115 | 42 | - |
| CMYK | 0 | 0.28 | 0.74 | 0.37 |
| HSL | 37.12º | 0.58% | 0.4% | - |
| HSV(B) | 37.12º | 0.74% | 0.63% | - |
| XYZ | 21.05 | 19.9 | 4.92 | - |
| YUV | 120.13 | 83.91 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 115 | 42 | 0 | 0.28 | 0.74 | 0.37 | 37.12 | 0.58 | 0.4 |
| Hex | A0 | 73 | 2A | 0 | 1C | 4A | 25 | 25 | 3A | 28 |
| Octal | 240 | 163 | 52 | 0 | 34 | 112 | 45 | 45 | 72 | 50 |
| Binary | 10100000 | 1110011 | 101010 | 0 | 11100 | 1001010 | 100101 | 100101 | 111010 | 101000 |
Color Harmonies of #A0732A
Complementary color
Monochromatic Colors of #A0732A
Black with #A0732A
Text Example
Text Example
White with #A0732A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0732A; }
p { color: rgb(160,115,42); }
H1.HeaderClassName
{
color: #A0732A;
}
.AnyTagClassName
{
color: #A0732A;
}
</style>
background-color css
<style>
a { background-color: #A0732A; }
a { background-color: rgb(160,115,42); }
div.DivClassName
{
background-color: #A0732A;
}
.BgClassName
{
background-color: #A0732A;
}
</style>
border-color css
<style>
span { border-color: #A0732A; }
span { border-color: rgb(160,115,42); }
td.TdClassName
{
border-color: #A0732A;
}
.TagClassName
{
border-color: #A0732A;
}
</style>