Shades of Buttered Rum #A0753C
Tints of Buttered Rum #A0753C
RGB
CMYK
RGB Variations
Color information
#A0753C (or 0xA0753C) is known color: Buttered Rum. HEX triplet: A0, 75 and 3C. RGB value is (160,117,60). Sum of RGB (Red+Green+Blue) = 160+117+60=337 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.48% from 337); Green value is 117 (46.09% from 255 or 34.72% from 337); Blue value is 60 (23.83% from 255 or 17.80% from 337); Max value from RGB is 160 - color contains mainly: red. Hex color #A0753C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0753C is #5F8AC3. Grayscale: #7B7B7B. Windows color (decimal): -6261444 or 3962272. OLE color: 3962272.
HSL color Cylindrical-coordinate representation of color #A0753C: hue angle of 34.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 #A0753C is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 117 | 60 | - |
| CMYK | 0 | 0.27 | 0.62 | 0.37 |
| HSL | 34.2º | 0.45% | 0.43% | - |
| HSV(B) | 34.2º | 0.63% | 0.63% | - |
| XYZ | 21.67 | 20.52 | 7.09 | - |
| YUV | 123.36 | 92.25 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 117 | 60 | 0 | 0.27 | 0.62 | 0.37 | 34.2 | 0.45 | 0.43 |
| Hex | A0 | 75 | 3C | 0 | 1B | 3E | 25 | 22 | 2D | 2B |
| Octal | 240 | 165 | 74 | 0 | 33 | 76 | 45 | 42 | 55 | 53 |
| Binary | 10100000 | 1110101 | 111100 | 0 | 11011 | 111110 | 100101 | 100010 | 101101 | 101011 |
Color Harmonies of #A0753C
Complementary color
Monochromatic Colors of #A0753C
Black with #A0753C
Text Example
Text Example
White with #A0753C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0753C; }
p { color: rgb(160,117,60); }
H1.HeaderClassName
{
color: #A0753C;
}
.AnyTagClassName
{
color: #A0753C;
}
</style>
background-color css
<style>
a { background-color: #A0753C; }
a { background-color: rgb(160,117,60); }
div.DivClassName
{
background-color: #A0753C;
}
.BgClassName
{
background-color: #A0753C;
}
</style>
border-color css
<style>
span { border-color: #A0753C; }
span { border-color: rgb(160,117,60); }
td.TdClassName
{
border-color: #A0753C;
}
.TagClassName
{
border-color: #A0753C;
}
</style>