Shades of Buttered Rum #A17022
Tints of Buttered Rum #A17022
RGB
CMYK
RGB Variations
Color information
#A17022 (or 0xA17022) is known color: Buttered Rum. HEX triplet: A1, 70 and 22. RGB value is (161,112,34). Sum of RGB (Red+Green+Blue) = 161+112+34=307 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.44% from 307); Green value is 112 (44.14% from 255 or 36.48% from 307); Blue value is 34 (13.67% from 255 or 11.07% from 307); Max value from RGB is 161 - color contains mainly: red. Hex color #A17022 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17022 is #5E8FDD. Grayscale: #767676. Windows color (decimal): -6197214 or 2257057. OLE color: 2257057.
HSL color Cylindrical-coordinate representation of color #A17022: hue angle of 36.85º 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 #A17022 is Cyan = 0, Magento = 0.30, Yellow = 0.79 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 112 | 34 | - |
| CMYK | 0 | 0.30 | 0.79 | 0.37 |
| HSL | 36.85º | 0.65% | 0.38% | - |
| HSV(B) | 36.85º | 0.79% | 0.63% | - |
| XYZ | 20.78 | 19.28 | 4.14 | - |
| YUV | 117.76 | 80.73 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 112 | 34 | 0 | 0.30 | 0.79 | 0.37 | 36.85 | 0.65 | 0.38 |
| Hex | A1 | 70 | 22 | 0 | 1E | 4F | 25 | 25 | 41 | 26 |
| Octal | 241 | 160 | 42 | 0 | 36 | 117 | 45 | 45 | 101 | 46 |
| Binary | 10100001 | 1110000 | 100010 | 0 | 11110 | 1001111 | 100101 | 100101 | 1000001 | 100110 |
Color Harmonies of #A17022
Complementary color
Monochromatic Colors of #A17022
Black with #A17022
Text Example
Text Example
White with #A17022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17022; }
p { color: rgb(161,112,34); }
H1.HeaderClassName
{
color: #A17022;
}
.AnyTagClassName
{
color: #A17022;
}
</style>
background-color css
<style>
a { background-color: #A17022; }
a { background-color: rgb(161,112,34); }
div.DivClassName
{
background-color: #A17022;
}
.BgClassName
{
background-color: #A17022;
}
</style>
border-color css
<style>
span { border-color: #A17022; }
span { border-color: rgb(161,112,34); }
td.TdClassName
{
border-color: #A17022;
}
.TagClassName
{
border-color: #A17022;
}
</style>