Shades of Buttered Rum #A07A3C
Tints of Buttered Rum #A07A3C
RGB
CMYK
RGB Variations
Color information
#A07A3C (or 0xA07A3C) is known color: Buttered Rum. HEX triplet: A0, 7A and 3C. RGB value is (160,122,60). Sum of RGB (Red+Green+Blue) = 160+122+60=342 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.78% from 342); Green value is 122 (48.05% from 255 or 35.67% from 342); Blue value is 60 (23.83% from 255 or 17.54% from 342); Max value from RGB is 160 - color contains mainly: red. Hex color #A07A3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07A3C is #5F85C3. Grayscale: #7E7E7E. Windows color (decimal): -6260164 or 3963552. OLE color: 3963552.
HSL color Cylindrical-coordinate representation of color #A07A3C: hue angle of 37.2º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A07A3C is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 122 | 60 | - |
| CMYK | 0 | 0.24 | 0.62 | 0.37 |
| HSL | 37.2º | 0.45% | 0.43% | - |
| HSV(B) | 37.2º | 0.63% | 0.63% | - |
| XYZ | 22.27 | 21.72 | 7.29 | - |
| YUV | 126.29 | 90.59 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 122 | 60 | 0 | 0.24 | 0.62 | 0.37 | 37.2 | 0.45 | 0.43 |
| Hex | A0 | 7A | 3C | 0 | 18 | 3E | 25 | 25 | 2D | 2B |
| Octal | 240 | 172 | 74 | 0 | 30 | 76 | 45 | 45 | 55 | 53 |
| Binary | 10100000 | 1111010 | 111100 | 0 | 11000 | 111110 | 100101 | 100101 | 101101 | 101011 |
Color Harmonies of #A07A3C
Complementary color
Monochromatic Colors of #A07A3C
Black with #A07A3C
Text Example
Text Example
White with #A07A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07A3C; }
p { color: rgb(160,122,60); }
H1.HeaderClassName
{
color: #A07A3C;
}
.AnyTagClassName
{
color: #A07A3C;
}
</style>
background-color css
<style>
a { background-color: #A07A3C; }
a { background-color: rgb(160,122,60); }
div.DivClassName
{
background-color: #A07A3C;
}
.BgClassName
{
background-color: #A07A3C;
}
</style>
border-color css
<style>
span { border-color: #A07A3C; }
span { border-color: rgb(160,122,60); }
td.TdClassName
{
border-color: #A07A3C;
}
.TagClassName
{
border-color: #A07A3C;
}
</style>