Shades of Buttered Rum #A07636
Tints of Buttered Rum #A07636
RGB
CMYK
RGB Variations
Color information
#A07636 (or 0xA07636) is known color: Buttered Rum. HEX triplet: A0, 76 and 36. RGB value is (160,118,54). Sum of RGB (Red+Green+Blue) = 160+118+54=332 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.19% from 332); Green value is 118 (46.48% from 255 or 35.54% from 332); Blue value is 54 (21.48% from 255 or 16.27% from 332); Max value from RGB is 160 - color contains mainly: red. Hex color #A07636 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07636 is #5F89C9. Grayscale: #7B7B7B. Windows color (decimal): -6261194 or 3569312. OLE color: 3569312.
HSL color Cylindrical-coordinate representation of color #A07636: hue angle of 36.23º 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 #A07636 is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 118 | 54 | - |
| CMYK | 0 | 0.26 | 0.66 | 0.37 |
| HSL | 36.23º | 0.5% | 0.42% | - |
| HSV(B) | 36.23º | 0.66% | 0.63% | - |
| XYZ | 21.64 | 20.7 | 6.34 | - |
| YUV | 123.26 | 88.91 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 118 | 54 | 0 | 0.26 | 0.66 | 0.37 | 36.23 | 0.5 | 0.42 |
| Hex | A0 | 76 | 36 | 0 | 1A | 42 | 25 | 24 | 32 | 2A |
| Octal | 240 | 166 | 66 | 0 | 32 | 102 | 45 | 44 | 62 | 52 |
| Binary | 10100000 | 1110110 | 110110 | 0 | 11010 | 1000010 | 100101 | 100100 | 110010 | 101010 |
Color Harmonies of #A07636
Complementary color
Monochromatic Colors of #A07636
Black with #A07636
Text Example
Text Example
White with #A07636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07636; }
p { color: rgb(160,118,54); }
H1.HeaderClassName
{
color: #A07636;
}
.AnyTagClassName
{
color: #A07636;
}
</style>
background-color css
<style>
a { background-color: #A07636; }
a { background-color: rgb(160,118,54); }
div.DivClassName
{
background-color: #A07636;
}
.BgClassName
{
background-color: #A07636;
}
</style>
border-color css
<style>
span { border-color: #A07636; }
span { border-color: rgb(160,118,54); }
td.TdClassName
{
border-color: #A07636;
}
.TagClassName
{
border-color: #A07636;
}
</style>