Shades of Buttered Rum #A06922
Tints of Buttered Rum #A06922
RGB
CMYK
RGB Variations
Color information
#A06922 (or 0xA06922) is known color: Buttered Rum. HEX triplet: A0, 69 and 22. RGB value is (160,105,34). Sum of RGB (Red+Green+Blue) = 160+105+34=299 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.51% from 299); Green value is 105 (41.41% from 255 or 35.12% from 299); Blue value is 34 (13.67% from 255 or 11.37% from 299); Max value from RGB is 160 - color contains mainly: red. Hex color #A06922 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06922 is #5F96DD. Grayscale: #717171. Windows color (decimal): -6264542 or 2255264. OLE color: 2255264.
HSL color Cylindrical-coordinate representation of color #A06922: hue angle of 33.81º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A06922 is Cyan = 0, Magento = 0.34, Yellow = 0.79 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 105 | 34 | - |
| CMYK | 0 | 0.34 | 0.79 | 0.37 |
| HSL | 33.81º | 0.65% | 0.38% | - |
| HSV(B) | 33.81º | 0.79% | 0.63% | - |
| XYZ | 19.84 | 17.69 | 3.88 | - |
| YUV | 113.35 | 83.22 | 161.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 105 | 34 | 0 | 0.34 | 0.79 | 0.37 | 33.81 | 0.65 | 0.38 |
| Hex | A0 | 69 | 22 | 0 | 22 | 4F | 25 | 22 | 41 | 26 |
| Octal | 240 | 151 | 42 | 0 | 42 | 117 | 45 | 42 | 101 | 46 |
| Binary | 10100000 | 1101001 | 100010 | 0 | 100010 | 1001111 | 100101 | 100010 | 1000001 | 100110 |
Color Harmonies of #A06922
Complementary color
Monochromatic Colors of #A06922
Black with #A06922
Text Example
Text Example
White with #A06922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06922; }
p { color: rgb(160,105,34); }
H1.HeaderClassName
{
color: #A06922;
}
.AnyTagClassName
{
color: #A06922;
}
</style>
background-color css
<style>
a { background-color: #A06922; }
a { background-color: rgb(160,105,34); }
div.DivClassName
{
background-color: #A06922;
}
.BgClassName
{
background-color: #A06922;
}
</style>
border-color css
<style>
span { border-color: #A06922; }
span { border-color: rgb(160,105,34); }
td.TdClassName
{
border-color: #A06922;
}
.TagClassName
{
border-color: #A06922;
}
</style>