Shades of Buttered Rum #A07A36
Tints of Buttered Rum #A07A36
RGB
CMYK
RGB Variations
Color information
#A07A36 (or 0xA07A36) is known color: Buttered Rum. HEX triplet: A0, 7A and 36. RGB value is (160,122,54). Sum of RGB (Red+Green+Blue) = 160+122+54=336 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.62% from 336); Green value is 122 (48.05% from 255 or 36.31% from 336); Blue value is 54 (21.48% from 255 or 16.07% from 336); Max value from RGB is 160 - color contains mainly: red. Hex color #A07A36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07A36 is #5F85C9. Grayscale: #7D7D7D. Windows color (decimal): -6260170 or 3570336. OLE color: 3570336.
HSL color Cylindrical-coordinate representation of color #A07A36: hue angle of 38.49º 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 #A07A36 is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 122 | 54 | - |
| CMYK | 0 | 0.24 | 0.66 | 0.37 |
| HSL | 38.49º | 0.5% | 0.42% | - |
| HSV(B) | 38.49º | 0.66% | 0.63% | - |
| XYZ | 22.12 | 21.66 | 6.5 | - |
| YUV | 125.61 | 87.59 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 122 | 54 | 0 | 0.24 | 0.66 | 0.37 | 38.49 | 0.5 | 0.42 |
| Hex | A0 | 7A | 36 | 0 | 18 | 42 | 25 | 26 | 32 | 2A |
| Octal | 240 | 172 | 66 | 0 | 30 | 102 | 45 | 46 | 62 | 52 |
| Binary | 10100000 | 1111010 | 110110 | 0 | 11000 | 1000010 | 100101 | 100110 | 110010 | 101010 |
Color Harmonies of #A07A36
Complementary color
Monochromatic Colors of #A07A36
Black with #A07A36
Text Example
Text Example
White with #A07A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07A36; }
p { color: rgb(160,122,54); }
H1.HeaderClassName
{
color: #A07A36;
}
.AnyTagClassName
{
color: #A07A36;
}
</style>
background-color css
<style>
a { background-color: #A07A36; }
a { background-color: rgb(160,122,54); }
div.DivClassName
{
background-color: #A07A36;
}
.BgClassName
{
background-color: #A07A36;
}
</style>
border-color css
<style>
span { border-color: #A07A36; }
span { border-color: rgb(160,122,54); }
td.TdClassName
{
border-color: #A07A36;
}
.TagClassName
{
border-color: #A07A36;
}
</style>