Shades of Buttered Rum #A07737
Tints of Buttered Rum #A07737
RGB
CMYK
RGB Variations
Color information
#A07737 (or 0xA07737) is known color: Buttered Rum. HEX triplet: A0, 77 and 37. RGB value is (160,119,55). Sum of RGB (Red+Green+Blue) = 160+119+55=334 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.90% from 334); Green value is 119 (46.88% from 255 or 35.63% from 334); Blue value is 55 (21.88% from 255 or 16.47% from 334); Max value from RGB is 160 - color contains mainly: red. Hex color #A07737 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07737 is #5F88C8. Grayscale: #7C7C7C. Windows color (decimal): -6260937 or 3635104. OLE color: 3635104.
HSL color Cylindrical-coordinate representation of color #A07737: hue angle of 36.57º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A07737 is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 119 | 55 | - |
| CMYK | 0 | 0.26 | 0.66 | 0.37 |
| HSL | 36.57º | 0.49% | 0.42% | - |
| HSV(B) | 36.57º | 0.66% | 0.63% | - |
| XYZ | 21.78 | 20.94 | 6.51 | - |
| YUV | 123.96 | 89.08 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 119 | 55 | 0 | 0.26 | 0.66 | 0.37 | 36.57 | 0.49 | 0.42 |
| Hex | A0 | 77 | 37 | 0 | 1A | 42 | 25 | 25 | 31 | 2A |
| Octal | 240 | 167 | 67 | 0 | 32 | 102 | 45 | 45 | 61 | 52 |
| Binary | 10100000 | 1110111 | 110111 | 0 | 11010 | 1000010 | 100101 | 100101 | 110001 | 101010 |
Color Harmonies of #A07737
Complementary color
Monochromatic Colors of #A07737
Black with #A07737
Text Example
Text Example
White with #A07737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07737; }
p { color: rgb(160,119,55); }
H1.HeaderClassName
{
color: #A07737;
}
.AnyTagClassName
{
color: #A07737;
}
</style>
background-color css
<style>
a { background-color: #A07737; }
a { background-color: rgb(160,119,55); }
div.DivClassName
{
background-color: #A07737;
}
.BgClassName
{
background-color: #A07737;
}
</style>
border-color css
<style>
span { border-color: #A07737; }
span { border-color: rgb(160,119,55); }
td.TdClassName
{
border-color: #A07737;
}
.TagClassName
{
border-color: #A07737;
}
</style>