Shades of Buttered Rum #A07021
Tints of Buttered Rum #A07021
RGB
CMYK
RGB Variations
Color information
#A07021 (or 0xA07021) is known color: Buttered Rum. HEX triplet: A0, 70 and 21. RGB value is (160,112,33). Sum of RGB (Red+Green+Blue) = 160+112+33=305 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.46% from 305); Green value is 112 (44.14% from 255 or 36.72% from 305); Blue value is 33 (13.28% from 255 or 10.82% from 305); Max value from RGB is 160 - color contains mainly: red. Hex color #A07021 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07021 is #5F8FDE. Grayscale: #757575. Windows color (decimal): -6262751 or 2191520. OLE color: 2191520.
HSL color Cylindrical-coordinate representation of color #A07021: hue angle of 37.32º degrees, saturation: 0.66, 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 #A07021 is Cyan = 0, Magento = 0.30, Yellow = 0.79 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 112 | 33 | - |
| CMYK | 0 | 0.30 | 0.79 | 0.37 |
| HSL | 37.32º | 0.66% | 0.38% | - |
| HSV(B) | 37.32º | 0.79% | 0.63% | - |
| XYZ | 20.57 | 19.17 | 4.06 | - |
| YUV | 117.35 | 80.4 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 112 | 33 | 0 | 0.30 | 0.79 | 0.37 | 37.32 | 0.66 | 0.38 |
| Hex | A0 | 70 | 21 | 0 | 1E | 4F | 25 | 25 | 42 | 26 |
| Octal | 240 | 160 | 41 | 0 | 36 | 117 | 45 | 45 | 102 | 46 |
| Binary | 10100000 | 1110000 | 100001 | 0 | 11110 | 1001111 | 100101 | 100101 | 1000010 | 100110 |
Color Harmonies of #A07021
Complementary color
Monochromatic Colors of #A07021
Black with #A07021
Text Example
Text Example
White with #A07021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07021; }
p { color: rgb(160,112,33); }
H1.HeaderClassName
{
color: #A07021;
}
.AnyTagClassName
{
color: #A07021;
}
</style>
background-color css
<style>
a { background-color: #A07021; }
a { background-color: rgb(160,112,33); }
div.DivClassName
{
background-color: #A07021;
}
.BgClassName
{
background-color: #A07021;
}
</style>
border-color css
<style>
span { border-color: #A07021; }
span { border-color: rgb(160,112,33); }
td.TdClassName
{
border-color: #A07021;
}
.TagClassName
{
border-color: #A07021;
}
</style>