Shades of Buttered Rum #A07029
Tints of Buttered Rum #A07029
RGB
CMYK
RGB Variations
Color information
#A07029 (or 0xA07029) is known color: Buttered Rum. HEX triplet: A0, 70 and 29. RGB value is (160,112,41). Sum of RGB (Red+Green+Blue) = 160+112+41=313 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.12% from 313); Green value is 112 (44.14% from 255 or 35.78% from 313); Blue value is 41 (16.41% from 255 or 13.10% from 313); Max value from RGB is 160 - color contains mainly: red. Hex color #A07029 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07029 is #5F8FD6. Grayscale: #767676. Windows color (decimal): -6262743 or 2715808. OLE color: 2715808.
HSL color Cylindrical-coordinate representation of color #A07029: hue angle of 35.8º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A07029 is Cyan = 0, Magento = 0.30, Yellow = 0.74 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 112 | 41 | - |
| CMYK | 0 | 0.30 | 0.74 | 0.37 |
| HSL | 35.8º | 0.59% | 0.39% | - |
| HSV(B) | 35.8º | 0.74% | 0.63% | - |
| XYZ | 20.69 | 19.22 | 4.72 | - |
| YUV | 118.26 | 84.4 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 112 | 41 | 0 | 0.30 | 0.74 | 0.37 | 35.8 | 0.59 | 0.39 |
| Hex | A0 | 70 | 29 | 0 | 1E | 4A | 25 | 24 | 3B | 27 |
| Octal | 240 | 160 | 51 | 0 | 36 | 112 | 45 | 44 | 73 | 47 |
| Binary | 10100000 | 1110000 | 101001 | 0 | 11110 | 1001010 | 100101 | 100100 | 111011 | 100111 |
Color Harmonies of #A07029
Complementary color
Monochromatic Colors of #A07029
Black with #A07029
Text Example
Text Example
White with #A07029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07029; }
p { color: rgb(160,112,41); }
H1.HeaderClassName
{
color: #A07029;
}
.AnyTagClassName
{
color: #A07029;
}
</style>
background-color css
<style>
a { background-color: #A07029; }
a { background-color: rgb(160,112,41); }
div.DivClassName
{
background-color: #A07029;
}
.BgClassName
{
background-color: #A07029;
}
</style>
border-color css
<style>
span { border-color: #A07029; }
span { border-color: rgb(160,112,41); }
td.TdClassName
{
border-color: #A07029;
}
.TagClassName
{
border-color: #A07029;
}
</style>