Shades of Buttered Rum #A1753D
Tints of Buttered Rum #A1753D
RGB
CMYK
RGB Variations
Color information
#A1753D (or 0xA1753D) is known color: Buttered Rum. HEX triplet: A1, 75 and 3D. RGB value is (161,117,61). Sum of RGB (Red+Green+Blue) = 161+117+61=339 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.49% from 339); Green value is 117 (46.09% from 255 or 34.51% from 339); Blue value is 61 (24.22% from 255 or 17.99% from 339); Max value from RGB is 161 - color contains mainly: red. Hex color #A1753D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1753D is #5E8AC2. Grayscale: #7C7C7C. Windows color (decimal): -6195907 or 4027809. OLE color: 4027809.
HSL color Cylindrical-coordinate representation of color #A1753D: hue angle of 33.6º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A1753D is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 117 | 61 | - |
| CMYK | 0 | 0.27 | 0.62 | 0.37 |
| HSL | 33.6º | 0.45% | 0.44% | - |
| HSV(B) | 33.6º | 0.62% | 0.63% | - |
| XYZ | 21.9 | 20.64 | 7.24 | - |
| YUV | 123.77 | 92.58 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 117 | 61 | 0 | 0.27 | 0.62 | 0.37 | 33.6 | 0.45 | 0.44 |
| Hex | A1 | 75 | 3D | 0 | 1B | 3E | 25 | 22 | 2D | 2C |
| Octal | 241 | 165 | 75 | 0 | 33 | 76 | 45 | 42 | 55 | 54 |
| Binary | 10100001 | 1110101 | 111101 | 0 | 11011 | 111110 | 100101 | 100010 | 101101 | 101100 |
Color Harmonies of #A1753D
Complementary color
Monochromatic Colors of #A1753D
Black with #A1753D
Text Example
Text Example
White with #A1753D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1753D; }
p { color: rgb(161,117,61); }
H1.HeaderClassName
{
color: #A1753D;
}
.AnyTagClassName
{
color: #A1753D;
}
</style>
background-color css
<style>
a { background-color: #A1753D; }
a { background-color: rgb(161,117,61); }
div.DivClassName
{
background-color: #A1753D;
}
.BgClassName
{
background-color: #A1753D;
}
</style>
border-color css
<style>
span { border-color: #A1753D; }
span { border-color: rgb(161,117,61); }
td.TdClassName
{
border-color: #A1753D;
}
.TagClassName
{
border-color: #A1753D;
}
</style>