Shades of Buttered Rum #A1783D
Tints of Buttered Rum #A1783D
RGB
CMYK
RGB Variations
Color information
#A1783D (or 0xA1783D) is known color: Buttered Rum. HEX triplet: A1, 78 and 3D. RGB value is (161,120,61). Sum of RGB (Red+Green+Blue) = 161+120+61=342 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.08% from 342); Green value is 120 (47.27% from 255 or 35.09% from 342); Blue value is 61 (24.22% from 255 or 17.84% from 342); Max value from RGB is 161 - color contains mainly: red. Hex color #A1783D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1783D is #5E87C2. Grayscale: #7D7D7D. Windows color (decimal): -6195139 or 4028577. OLE color: 4028577.
HSL color Cylindrical-coordinate representation of color #A1783D: hue angle of 35.4º 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 #A1783D is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 120 | 61 | - |
| CMYK | 0 | 0.25 | 0.62 | 0.37 |
| HSL | 35.4º | 0.45% | 0.44% | - |
| HSV(B) | 35.4º | 0.62% | 0.63% | - |
| XYZ | 22.26 | 21.35 | 7.36 | - |
| YUV | 125.53 | 91.58 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 120 | 61 | 0 | 0.25 | 0.62 | 0.37 | 35.4 | 0.45 | 0.44 |
| Hex | A1 | 78 | 3D | 0 | 19 | 3E | 25 | 23 | 2D | 2C |
| Octal | 241 | 170 | 75 | 0 | 31 | 76 | 45 | 43 | 55 | 54 |
| Binary | 10100001 | 1111000 | 111101 | 0 | 11001 | 111110 | 100101 | 100011 | 101101 | 101100 |
Color Harmonies of #A1783D
Complementary color
Monochromatic Colors of #A1783D
Black with #A1783D
Text Example
Text Example
White with #A1783D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1783D; }
p { color: rgb(161,120,61); }
H1.HeaderClassName
{
color: #A1783D;
}
.AnyTagClassName
{
color: #A1783D;
}
</style>
background-color css
<style>
a { background-color: #A1783D; }
a { background-color: rgb(161,120,61); }
div.DivClassName
{
background-color: #A1783D;
}
.BgClassName
{
background-color: #A1783D;
}
</style>
border-color css
<style>
span { border-color: #A1783D; }
span { border-color: rgb(161,120,61); }
td.TdClassName
{
border-color: #A1783D;
}
.TagClassName
{
border-color: #A1783D;
}
</style>