Shades of Buttered Rum #A07536
Tints of Buttered Rum #A07536
RGB
CMYK
RGB Variations
Color information
#A07536 (or 0xA07536) is known color: Buttered Rum. HEX triplet: A0, 75 and 36. RGB value is (160,117,54). Sum of RGB (Red+Green+Blue) = 160+117+54=331 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.34% from 331); Green value is 117 (46.09% from 255 or 35.35% from 331); Blue value is 54 (21.48% from 255 or 16.31% from 331); Max value from RGB is 160 - color contains mainly: red. Hex color #A07536 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07536 is #5F8AC9. Grayscale: #7A7A7A. Windows color (decimal): -6261450 or 3569056. OLE color: 3569056.
HSL color Cylindrical-coordinate representation of color #A07536: hue angle of 35.66º degrees, saturation: 0.5, 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 #A07536 is Cyan = 0, Magento = 0.27, Yellow = 0.66 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 117 | 54 | - |
| CMYK | 0 | 0.27 | 0.66 | 0.37 |
| HSL | 35.66º | 0.5% | 0.42% | - |
| HSV(B) | 35.66º | 0.66% | 0.63% | - |
| XYZ | 21.52 | 20.46 | 6.31 | - |
| YUV | 122.68 | 89.25 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 117 | 54 | 0 | 0.27 | 0.66 | 0.37 | 35.66 | 0.5 | 0.42 |
| Hex | A0 | 75 | 36 | 0 | 1B | 42 | 25 | 24 | 32 | 2A |
| Octal | 240 | 165 | 66 | 0 | 33 | 102 | 45 | 44 | 62 | 52 |
| Binary | 10100000 | 1110101 | 110110 | 0 | 11011 | 1000010 | 100101 | 100100 | 110010 | 101010 |
Color Harmonies of #A07536
Complementary color
Monochromatic Colors of #A07536
Black with #A07536
Text Example
Text Example
White with #A07536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07536; }
p { color: rgb(160,117,54); }
H1.HeaderClassName
{
color: #A07536;
}
.AnyTagClassName
{
color: #A07536;
}
</style>
background-color css
<style>
a { background-color: #A07536; }
a { background-color: rgb(160,117,54); }
div.DivClassName
{
background-color: #A07536;
}
.BgClassName
{
background-color: #A07536;
}
</style>
border-color css
<style>
span { border-color: #A07536; }
span { border-color: rgb(160,117,54); }
td.TdClassName
{
border-color: #A07536;
}
.TagClassName
{
border-color: #A07536;
}
</style>