Shades of Buttered Rum #A17737
Tints of Buttered Rum #A17737
RGB
CMYK
RGB Variations
Color information
#A17737 (or 0xA17737) is known color: Buttered Rum. HEX triplet: A1, 77 and 37. RGB value is (161,119,55). Sum of RGB (Red+Green+Blue) = 161+119+55=335 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.06% from 335); Green value is 119 (46.88% from 255 or 35.52% from 335); Blue value is 55 (21.88% from 255 or 16.42% from 335); Max value from RGB is 161 - color contains mainly: red. Hex color #A17737 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17737 is #5E88C8. Grayscale: #7C7C7C. Windows color (decimal): -6195401 or 3635105. OLE color: 3635105.
HSL color Cylindrical-coordinate representation of color #A17737: hue angle of 36.23º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A17737 is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 119 | 55 | - |
| CMYK | 0 | 0.26 | 0.66 | 0.37 |
| HSL | 36.23º | 0.49% | 0.42% | - |
| HSV(B) | 36.23º | 0.66% | 0.63% | - |
| XYZ | 21.98 | 21.05 | 6.52 | - |
| YUV | 124.26 | 88.91 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 119 | 55 | 0 | 0.26 | 0.66 | 0.37 | 36.23 | 0.49 | 0.42 |
| Hex | A1 | 77 | 37 | 0 | 1A | 42 | 25 | 24 | 31 | 2A |
| Octal | 241 | 167 | 67 | 0 | 32 | 102 | 45 | 44 | 61 | 52 |
| Binary | 10100001 | 1110111 | 110111 | 0 | 11010 | 1000010 | 100101 | 100100 | 110001 | 101010 |
Color Harmonies of #A17737
Complementary color
Monochromatic Colors of #A17737
Black with #A17737
Text Example
Text Example
White with #A17737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17737; }
p { color: rgb(161,119,55); }
H1.HeaderClassName
{
color: #A17737;
}
.AnyTagClassName
{
color: #A17737;
}
</style>
background-color css
<style>
a { background-color: #A17737; }
a { background-color: rgb(161,119,55); }
div.DivClassName
{
background-color: #A17737;
}
.BgClassName
{
background-color: #A17737;
}
</style>
border-color css
<style>
span { border-color: #A17737; }
span { border-color: rgb(161,119,55); }
td.TdClassName
{
border-color: #A17737;
}
.TagClassName
{
border-color: #A17737;
}
</style>