Shades of Buttered Rum #A0692B
Tints of Buttered Rum #A0692B
RGB
CMYK
RGB Variations
Color information
#A0692B (or 0xA0692B) is known color: Buttered Rum. HEX triplet: A0, 69 and 2B. RGB value is (160,105,43). Sum of RGB (Red+Green+Blue) = 160+105+43=308 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.95% from 308); Green value is 105 (41.41% from 255 or 34.09% from 308); Blue value is 43 (17.19% from 255 or 13.96% from 308); Max value from RGB is 160 - color contains mainly: red. Hex color #A0692B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0692B is #5F96D4. Grayscale: #727272. Windows color (decimal): -6264533 or 2845088. OLE color: 2845088.
HSL color Cylindrical-coordinate representation of color #A0692B: hue angle of 31.79º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A0692B is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 105 | 43 | - |
| CMYK | 0 | 0.34 | 0.73 | 0.37 |
| HSL | 31.79º | 0.58% | 0.4% | - |
| HSV(B) | 31.79º | 0.73% | 0.63% | - |
| XYZ | 19.98 | 17.75 | 4.66 | - |
| YUV | 114.38 | 87.72 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 105 | 43 | 0 | 0.34 | 0.73 | 0.37 | 31.79 | 0.58 | 0.4 |
| Hex | A0 | 69 | 2B | 0 | 22 | 49 | 25 | 20 | 3A | 28 |
| Octal | 240 | 151 | 53 | 0 | 42 | 111 | 45 | 40 | 72 | 50 |
| Binary | 10100000 | 1101001 | 101011 | 0 | 100010 | 1001001 | 100101 | 100000 | 111010 | 101000 |
Color Harmonies of #A0692B
Complementary color
Monochromatic Colors of #A0692B
Black with #A0692B
Text Example
Text Example
White with #A0692B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0692B; }
p { color: rgb(160,105,43); }
H1.HeaderClassName
{
color: #A0692B;
}
.AnyTagClassName
{
color: #A0692B;
}
</style>
background-color css
<style>
a { background-color: #A0692B; }
a { background-color: rgb(160,105,43); }
div.DivClassName
{
background-color: #A0692B;
}
.BgClassName
{
background-color: #A0692B;
}
</style>
border-color css
<style>
span { border-color: #A0692B; }
span { border-color: rgb(160,105,43); }
td.TdClassName
{
border-color: #A0692B;
}
.TagClassName
{
border-color: #A0692B;
}
</style>