Shades of Buttered Rum #A17334
Tints of Buttered Rum #A17334
RGB
CMYK
RGB Variations
Color information
#A17334 (or 0xA17334) is known color: Buttered Rum. HEX triplet: A1, 73 and 34. RGB value is (161,115,52). Sum of RGB (Red+Green+Blue) = 161+115+52=328 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.09% from 328); Green value is 115 (45.31% from 255 or 35.06% from 328); Blue value is 52 (20.70% from 255 or 15.85% from 328); Max value from RGB is 161 - color contains mainly: red. Hex color #A17334 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17334 is #5E8CCB. Grayscale: #797979. Windows color (decimal): -6196428 or 3437473. OLE color: 3437473.
HSL color Cylindrical-coordinate representation of color #A17334: hue angle of 34.68º degrees, saturation: 0.51, 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 #A17334 is Cyan = 0, Magento = 0.29, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 115 | 52 | - |
| CMYK | 0 | 0.29 | 0.68 | 0.37 |
| HSL | 34.68º | 0.51% | 0.42% | - |
| HSV(B) | 34.68º | 0.68% | 0.63% | - |
| XYZ | 21.45 | 20.09 | 6 | - |
| YUV | 121.57 | 88.74 | 156.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 115 | 52 | 0 | 0.29 | 0.68 | 0.37 | 34.68 | 0.51 | 0.42 |
| Hex | A1 | 73 | 34 | 0 | 1D | 44 | 25 | 23 | 33 | 2A |
| Octal | 241 | 163 | 64 | 0 | 35 | 104 | 45 | 43 | 63 | 52 |
| Binary | 10100001 | 1110011 | 110100 | 0 | 11101 | 1000100 | 100101 | 100011 | 110011 | 101010 |
Color Harmonies of #A17334
Complementary color
Monochromatic Colors of #A17334
Black with #A17334
Text Example
Text Example
White with #A17334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17334; }
p { color: rgb(161,115,52); }
H1.HeaderClassName
{
color: #A17334;
}
.AnyTagClassName
{
color: #A17334;
}
</style>
background-color css
<style>
a { background-color: #A17334; }
a { background-color: rgb(161,115,52); }
div.DivClassName
{
background-color: #A17334;
}
.BgClassName
{
background-color: #A17334;
}
</style>
border-color css
<style>
span { border-color: #A17334; }
span { border-color: rgb(161,115,52); }
td.TdClassName
{
border-color: #A17334;
}
.TagClassName
{
border-color: #A17334;
}
</style>