Shades of Buttered Rum #A17430
Tints of Buttered Rum #A17430
RGB
CMYK
RGB Variations
Color information
#A17430 (or 0xA17430) is known color: Buttered Rum. HEX triplet: A1, 74 and 30. RGB value is (161,116,48). Sum of RGB (Red+Green+Blue) = 161+116+48=325 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.54% from 325); Green value is 116 (45.70% from 255 or 35.69% from 325); Blue value is 48 (19.14% from 255 or 14.77% from 325); Max value from RGB is 161 - color contains mainly: red. Hex color #A17430 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17430 is #5E8BCF. Grayscale: #7A7A7A. Windows color (decimal): -6196176 or 3175585. OLE color: 3175585.
HSL color Cylindrical-coordinate representation of color #A17430: hue angle of 36.11º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A17430 is Cyan = 0, Magento = 0.28, Yellow = 0.70 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 116 | 48 | - |
| CMYK | 0 | 0.28 | 0.70 | 0.37 |
| HSL | 36.11º | 0.54% | 0.41% | - |
| HSV(B) | 36.11º | 0.7% | 0.63% | - |
| XYZ | 21.48 | 20.28 | 5.58 | - |
| YUV | 121.7 | 86.41 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 116 | 48 | 0 | 0.28 | 0.70 | 0.37 | 36.11 | 0.54 | 0.41 |
| Hex | A1 | 74 | 30 | 0 | 1C | 46 | 25 | 24 | 36 | 29 |
| Octal | 241 | 164 | 60 | 0 | 34 | 106 | 45 | 44 | 66 | 51 |
| Binary | 10100001 | 1110100 | 110000 | 0 | 11100 | 1000110 | 100101 | 100100 | 110110 | 101001 |
Color Harmonies of #A17430
Complementary color
Monochromatic Colors of #A17430
Black with #A17430
Text Example
Text Example
White with #A17430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17430; }
p { color: rgb(161,116,48); }
H1.HeaderClassName
{
color: #A17430;
}
.AnyTagClassName
{
color: #A17430;
}
</style>
background-color css
<style>
a { background-color: #A17430; }
a { background-color: rgb(161,116,48); }
div.DivClassName
{
background-color: #A17430;
}
.BgClassName
{
background-color: #A17430;
}
</style>
border-color css
<style>
span { border-color: #A17430; }
span { border-color: rgb(161,116,48); }
td.TdClassName
{
border-color: #A17430;
}
.TagClassName
{
border-color: #A17430;
}
</style>