Shades of Buttered Rum #A07129
Tints of Buttered Rum #A07129
RGB
CMYK
RGB Variations
Color information
#A07129 (or 0xA07129) is known color: Buttered Rum. HEX triplet: A0, 71 and 29. RGB value is (160,113,41). Sum of RGB (Red+Green+Blue) = 160+113+41=314 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.96% from 314); Green value is 113 (44.53% from 255 or 35.99% from 314); Blue value is 41 (16.41% from 255 or 13.06% from 314); Max value from RGB is 160 - color contains mainly: red. Hex color #A07129 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07129 is #5F8ED6. Grayscale: #777777. Windows color (decimal): -6262487 or 2716064. OLE color: 2716064.
HSL color Cylindrical-coordinate representation of color #A07129: hue angle of 36.3º 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 #A07129 is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 113 | 41 | - |
| CMYK | 0 | 0.29 | 0.74 | 0.37 |
| HSL | 36.3º | 0.59% | 0.39% | - |
| HSV(B) | 36.3º | 0.74% | 0.63% | - |
| XYZ | 20.8 | 19.44 | 4.75 | - |
| YUV | 118.85 | 84.07 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 113 | 41 | 0 | 0.29 | 0.74 | 0.37 | 36.3 | 0.59 | 0.39 |
| Hex | A0 | 71 | 29 | 0 | 1D | 4A | 25 | 24 | 3B | 27 |
| Octal | 240 | 161 | 51 | 0 | 35 | 112 | 45 | 44 | 73 | 47 |
| Binary | 10100000 | 1110001 | 101001 | 0 | 11101 | 1001010 | 100101 | 100100 | 111011 | 100111 |
Color Harmonies of #A07129
Complementary color
Monochromatic Colors of #A07129
Black with #A07129
Text Example
Text Example
White with #A07129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07129; }
p { color: rgb(160,113,41); }
H1.HeaderClassName
{
color: #A07129;
}
.AnyTagClassName
{
color: #A07129;
}
</style>
background-color css
<style>
a { background-color: #A07129; }
a { background-color: rgb(160,113,41); }
div.DivClassName
{
background-color: #A07129;
}
.BgClassName
{
background-color: #A07129;
}
</style>
border-color css
<style>
span { border-color: #A07129; }
span { border-color: rgb(160,113,41); }
td.TdClassName
{
border-color: #A07129;
}
.TagClassName
{
border-color: #A07129;
}
</style>