Shades of Buttered Rum #A07938
Tints of Buttered Rum #A07938
RGB
CMYK
RGB Variations
Color information
#A07938 (or 0xA07938) is known color: Buttered Rum. HEX triplet: A0, 79 and 38. RGB value is (160,121,56). Sum of RGB (Red+Green+Blue) = 160+121+56=337 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.48% from 337); Green value is 121 (47.66% from 255 or 35.91% from 337); Blue value is 56 (22.27% from 255 or 16.62% from 337); Max value from RGB is 160 - color contains mainly: red. Hex color #A07938 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07938 is #5F86C7. Grayscale: #7D7D7D. Windows color (decimal): -6260424 or 3701152. OLE color: 3701152.
HSL color Cylindrical-coordinate representation of color #A07938: hue angle of 37.5º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A07938 is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 121 | 56 | - |
| CMYK | 0 | 0.24 | 0.65 | 0.37 |
| HSL | 37.5º | 0.48% | 0.42% | - |
| HSV(B) | 37.5º | 0.65% | 0.63% | - |
| XYZ | 22.05 | 21.43 | 6.72 | - |
| YUV | 125.25 | 88.92 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 121 | 56 | 0 | 0.24 | 0.65 | 0.37 | 37.5 | 0.48 | 0.42 |
| Hex | A0 | 79 | 38 | 0 | 18 | 41 | 25 | 26 | 30 | 2A |
| Octal | 240 | 171 | 70 | 0 | 30 | 101 | 45 | 46 | 60 | 52 |
| Binary | 10100000 | 1111001 | 111000 | 0 | 11000 | 1000001 | 100101 | 100110 | 110000 | 101010 |
Color Harmonies of #A07938
Complementary color
Monochromatic Colors of #A07938
Black with #A07938
Text Example
Text Example
White with #A07938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07938; }
p { color: rgb(160,121,56); }
H1.HeaderClassName
{
color: #A07938;
}
.AnyTagClassName
{
color: #A07938;
}
</style>
background-color css
<style>
a { background-color: #A07938; }
a { background-color: rgb(160,121,56); }
div.DivClassName
{
background-color: #A07938;
}
.BgClassName
{
background-color: #A07938;
}
</style>
border-color css
<style>
span { border-color: #A07938; }
span { border-color: rgb(160,121,56); }
td.TdClassName
{
border-color: #A07938;
}
.TagClassName
{
border-color: #A07938;
}
</style>