Shades of Buttered Rum #A07122
Tints of Buttered Rum #A07122
RGB
CMYK
RGB Variations
Color information
#A07122 (or 0xA07122) is known color: Buttered Rum. HEX triplet: A0, 71 and 22. RGB value is (160,113,34). Sum of RGB (Red+Green+Blue) = 160+113+34=307 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.12% from 307); Green value is 113 (44.53% from 255 or 36.81% from 307); Blue value is 34 (13.67% from 255 or 11.07% from 307); Max value from RGB is 160 - color contains mainly: red. Hex color #A07122 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07122 is #5F8EDD. Grayscale: #767676. Windows color (decimal): -6262494 or 2257312. OLE color: 2257312.
HSL color Cylindrical-coordinate representation of color #A07122: hue angle of 37.62º 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 #A07122 is Cyan = 0, Magento = 0.29, Yellow = 0.79 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 113 | 34 | - |
| CMYK | 0 | 0.29 | 0.79 | 0.37 |
| HSL | 37.62º | 0.65% | 0.38% | - |
| HSV(B) | 37.62º | 0.79% | 0.63% | - |
| XYZ | 20.69 | 19.4 | 4.17 | - |
| YUV | 118.05 | 80.57 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 113 | 34 | 0 | 0.29 | 0.79 | 0.37 | 37.62 | 0.65 | 0.38 |
| Hex | A0 | 71 | 22 | 0 | 1D | 4F | 25 | 26 | 41 | 26 |
| Octal | 240 | 161 | 42 | 0 | 35 | 117 | 45 | 46 | 101 | 46 |
| Binary | 10100000 | 1110001 | 100010 | 0 | 11101 | 1001111 | 100101 | 100110 | 1000001 | 100110 |
Color Harmonies of #A07122
Complementary color
Monochromatic Colors of #A07122
Black with #A07122
Text Example
Text Example
White with #A07122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07122; }
p { color: rgb(160,113,34); }
H1.HeaderClassName
{
color: #A07122;
}
.AnyTagClassName
{
color: #A07122;
}
</style>
background-color css
<style>
a { background-color: #A07122; }
a { background-color: rgb(160,113,34); }
div.DivClassName
{
background-color: #A07122;
}
.BgClassName
{
background-color: #A07122;
}
</style>
border-color css
<style>
span { border-color: #A07122; }
span { border-color: rgb(160,113,34); }
td.TdClassName
{
border-color: #A07122;
}
.TagClassName
{
border-color: #A07122;
}
</style>