Shades of Buttered Rum #A07834
Tints of Buttered Rum #A07834
RGB
CMYK
RGB Variations
Color information
#A07834 (or 0xA07834) is known color: Buttered Rum. HEX triplet: A0, 78 and 34. RGB value is (160,120,52). Sum of RGB (Red+Green+Blue) = 160+120+52=332 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.19% from 332); Green value is 120 (47.27% from 255 or 36.14% from 332); Blue value is 52 (20.70% from 255 or 15.66% from 332); Max value from RGB is 160 - color contains mainly: red. Hex color #A07834 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07834 is #5F87CB. Grayscale: #7C7C7C. Windows color (decimal): -6260684 or 3438752. OLE color: 3438752.
HSL color Cylindrical-coordinate representation of color #A07834: hue angle of 37.78º 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 #A07834 is Cyan = 0, Magento = 0.25, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 120 | 52 | - |
| CMYK | 0 | 0.25 | 0.68 | 0.37 |
| HSL | 37.78º | 0.51% | 0.42% | - |
| HSV(B) | 37.78º | 0.68% | 0.63% | - |
| XYZ | 21.83 | 21.15 | 6.18 | - |
| YUV | 124.21 | 87.25 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 120 | 52 | 0 | 0.25 | 0.68 | 0.37 | 37.78 | 0.51 | 0.42 |
| Hex | A0 | 78 | 34 | 0 | 19 | 44 | 25 | 26 | 33 | 2A |
| Octal | 240 | 170 | 64 | 0 | 31 | 104 | 45 | 46 | 63 | 52 |
| Binary | 10100000 | 1111000 | 110100 | 0 | 11001 | 1000100 | 100101 | 100110 | 110011 | 101010 |
Color Harmonies of #A07834
Complementary color
Monochromatic Colors of #A07834
Black with #A07834
Text Example
Text Example
White with #A07834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07834; }
p { color: rgb(160,120,52); }
H1.HeaderClassName
{
color: #A07834;
}
.AnyTagClassName
{
color: #A07834;
}
</style>
background-color css
<style>
a { background-color: #A07834; }
a { background-color: rgb(160,120,52); }
div.DivClassName
{
background-color: #A07834;
}
.BgClassName
{
background-color: #A07834;
}
</style>
border-color css
<style>
span { border-color: #A07834; }
span { border-color: rgb(160,120,52); }
td.TdClassName
{
border-color: #A07834;
}
.TagClassName
{
border-color: #A07834;
}
</style>