Shades of Buttered Rum #A07334
Tints of Buttered Rum #A07334
RGB
CMYK
RGB Variations
Color information
#A07334 (or 0xA07334) is known color: Buttered Rum. HEX triplet: A0, 73 and 34. RGB value is (160,115,52). Sum of RGB (Red+Green+Blue) = 160+115+52=327 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.93% from 327); Green value is 115 (45.31% from 255 or 35.17% from 327); Blue value is 52 (20.70% from 255 or 15.90% from 327); Max value from RGB is 160 - color contains mainly: red. Hex color #A07334 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07334 is #5F8CCB. Grayscale: #797979. Windows color (decimal): -6261964 or 3437472. OLE color: 3437472.
HSL color Cylindrical-coordinate representation of color #A07334: hue angle of 35º 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 #A07334 is Cyan = 0, Magento = 0.28, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 115 | 52 | - |
| CMYK | 0 | 0.28 | 0.68 | 0.37 |
| HSL | 35º | 0.51% | 0.42% | - |
| HSV(B) | 35º | 0.68% | 0.63% | - |
| XYZ | 21.25 | 19.98 | 5.99 | - |
| YUV | 121.27 | 88.91 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 115 | 52 | 0 | 0.28 | 0.68 | 0.37 | 35 | 0.51 | 0.42 |
| Hex | A0 | 73 | 34 | 0 | 1C | 44 | 25 | 23 | 33 | 2A |
| Octal | 240 | 163 | 64 | 0 | 34 | 104 | 45 | 43 | 63 | 52 |
| Binary | 10100000 | 1110011 | 110100 | 0 | 11100 | 1000100 | 100101 | 100011 | 110011 | 101010 |
Color Harmonies of #A07334
Complementary color
Monochromatic Colors of #A07334
Black with #A07334
Text Example
Text Example
White with #A07334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07334; }
p { color: rgb(160,115,52); }
H1.HeaderClassName
{
color: #A07334;
}
.AnyTagClassName
{
color: #A07334;
}
</style>
background-color css
<style>
a { background-color: #A07334; }
a { background-color: rgb(160,115,52); }
div.DivClassName
{
background-color: #A07334;
}
.BgClassName
{
background-color: #A07334;
}
</style>
border-color css
<style>
span { border-color: #A07334; }
span { border-color: rgb(160,115,52); }
td.TdClassName
{
border-color: #A07334;
}
.TagClassName
{
border-color: #A07334;
}
</style>