Shades of Buttered Rum #A17033
Tints of Buttered Rum #A17033
RGB
CMYK
RGB Variations
Color information
#A17033 (or 0xA17033) is known color: Buttered Rum. HEX triplet: A1, 70 and 33. RGB value is (161,112,51). Sum of RGB (Red+Green+Blue) = 161+112+51=324 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.69% from 324); Green value is 112 (44.14% from 255 or 34.57% from 324); Blue value is 51 (20.31% from 255 or 15.74% from 324); Max value from RGB is 161 - color contains mainly: red. Hex color #A17033 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17033 is #5E8FCC. Grayscale: #777777. Windows color (decimal): -6197197 or 3371169. OLE color: 3371169.
HSL color Cylindrical-coordinate representation of color #A17033: hue angle of 33.27º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A17033 is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 112 | 51 | - |
| CMYK | 0 | 0.30 | 0.68 | 0.37 |
| HSL | 33.27º | 0.52% | 0.42% | - |
| HSV(B) | 33.27º | 0.68% | 0.63% | - |
| XYZ | 21.09 | 19.4 | 5.77 | - |
| YUV | 119.7 | 89.23 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 112 | 51 | 0 | 0.30 | 0.68 | 0.37 | 33.27 | 0.52 | 0.42 |
| Hex | A1 | 70 | 33 | 0 | 1E | 44 | 25 | 21 | 34 | 2A |
| Octal | 241 | 160 | 63 | 0 | 36 | 104 | 45 | 41 | 64 | 52 |
| Binary | 10100001 | 1110000 | 110011 | 0 | 11110 | 1000100 | 100101 | 100001 | 110100 | 101010 |
Color Harmonies of #A17033
Complementary color
Monochromatic Colors of #A17033
Black with #A17033
Text Example
Text Example
White with #A17033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17033; }
p { color: rgb(161,112,51); }
H1.HeaderClassName
{
color: #A17033;
}
.AnyTagClassName
{
color: #A17033;
}
</style>
background-color css
<style>
a { background-color: #A17033; }
a { background-color: rgb(161,112,51); }
div.DivClassName
{
background-color: #A17033;
}
.BgClassName
{
background-color: #A17033;
}
</style>
border-color css
<style>
span { border-color: #A17033; }
span { border-color: rgb(161,112,51); }
td.TdClassName
{
border-color: #A17033;
}
.TagClassName
{
border-color: #A17033;
}
</style>