Shades of Buttered Rum #A0692A
Tints of Buttered Rum #A0692A
RGB
CMYK
RGB Variations
Color information
#A0692A (or 0xA0692A) is known color: Buttered Rum. HEX triplet: A0, 69 and 2A. RGB value is (160,105,42). Sum of RGB (Red+Green+Blue) = 160+105+42=307 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.12% from 307); Green value is 105 (41.41% from 255 or 34.20% from 307); Blue value is 42 (16.80% from 255 or 13.68% from 307); Max value from RGB is 160 - color contains mainly: red. Hex color #A0692A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0692A is #5F96D5. Grayscale: #727272. Windows color (decimal): -6264534 or 2779552. OLE color: 2779552.
HSL color Cylindrical-coordinate representation of color #A0692A: hue angle of 32.03º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A0692A is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 105 | 42 | - |
| CMYK | 0 | 0.34 | 0.74 | 0.37 |
| HSL | 32.03º | 0.58% | 0.4% | - |
| HSV(B) | 32.03º | 0.74% | 0.63% | - |
| XYZ | 19.97 | 17.74 | 4.56 | - |
| YUV | 114.26 | 87.22 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 105 | 42 | 0 | 0.34 | 0.74 | 0.37 | 32.03 | 0.58 | 0.4 |
| Hex | A0 | 69 | 2A | 0 | 22 | 4A | 25 | 20 | 3A | 28 |
| Octal | 240 | 151 | 52 | 0 | 42 | 112 | 45 | 40 | 72 | 50 |
| Binary | 10100000 | 1101001 | 101010 | 0 | 100010 | 1001010 | 100101 | 100000 | 111010 | 101000 |
Color Harmonies of #A0692A
Complementary color
Monochromatic Colors of #A0692A
Black with #A0692A
Text Example
Text Example
White with #A0692A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0692A; }
p { color: rgb(160,105,42); }
H1.HeaderClassName
{
color: #A0692A;
}
.AnyTagClassName
{
color: #A0692A;
}
</style>
background-color css
<style>
a { background-color: #A0692A; }
a { background-color: rgb(160,105,42); }
div.DivClassName
{
background-color: #A0692A;
}
.BgClassName
{
background-color: #A0692A;
}
</style>
border-color css
<style>
span { border-color: #A0692A; }
span { border-color: rgb(160,105,42); }
td.TdClassName
{
border-color: #A0692A;
}
.TagClassName
{
border-color: #A0692A;
}
</style>