Shades of Buttered Rum #A07734
Tints of Buttered Rum #A07734
RGB
CMYK
RGB Variations
Color information
#A07734 (or 0xA07734) is known color: Buttered Rum. HEX triplet: A0, 77 and 34. RGB value is (160,119,52). Sum of RGB (Red+Green+Blue) = 160+119+52=331 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.34% from 331); Green value is 119 (46.88% from 255 or 35.95% from 331); Blue value is 52 (20.70% from 255 or 15.71% from 331); Max value from RGB is 160 - color contains mainly: red. Hex color #A07734 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07734 is #5F88CB. Grayscale: #7B7B7B. Windows color (decimal): -6260940 or 3438496. OLE color: 3438496.
HSL color Cylindrical-coordinate representation of color #A07734: hue angle of 37.22º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A07734 is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 119 | 52 | - |
| CMYK | 0 | 0.26 | 0.68 | 0.37 |
| HSL | 37.22º | 0.51% | 0.42% | - |
| HSV(B) | 37.22º | 0.68% | 0.63% | - |
| XYZ | 21.71 | 20.92 | 6.14 | - |
| YUV | 123.62 | 87.58 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 119 | 52 | 0 | 0.26 | 0.68 | 0.37 | 37.22 | 0.51 | 0.42 |
| Hex | A0 | 77 | 34 | 0 | 1A | 44 | 25 | 25 | 33 | 2A |
| Octal | 240 | 167 | 64 | 0 | 32 | 104 | 45 | 45 | 63 | 52 |
| Binary | 10100000 | 1110111 | 110100 | 0 | 11010 | 1000100 | 100101 | 100101 | 110011 | 101010 |
Color Harmonies of #A07734
Complementary color
Monochromatic Colors of #A07734
Black with #A07734
Text Example
Text Example
White with #A07734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07734; }
p { color: rgb(160,119,52); }
H1.HeaderClassName
{
color: #A07734;
}
.AnyTagClassName
{
color: #A07734;
}
</style>
background-color css
<style>
a { background-color: #A07734; }
a { background-color: rgb(160,119,52); }
div.DivClassName
{
background-color: #A07734;
}
.BgClassName
{
background-color: #A07734;
}
</style>
border-color css
<style>
span { border-color: #A07734; }
span { border-color: rgb(160,119,52); }
td.TdClassName
{
border-color: #A07734;
}
.TagClassName
{
border-color: #A07734;
}
</style>