Shades of Buttered Rum #A1723D
Tints of Buttered Rum #A1723D
RGB
CMYK
RGB Variations
Color information
#A1723D (or 0xA1723D) is known color: Buttered Rum. HEX triplet: A1, 72 and 3D. RGB value is (161,114,61). Sum of RGB (Red+Green+Blue) = 161+114+61=336 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.92% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 61 (24.22% from 255 or 18.15% from 336); Max value from RGB is 161 - color contains mainly: red. Hex color #A1723D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1723D is #5E8DC2. Grayscale: #7A7A7A. Windows color (decimal): -6196675 or 4027041. OLE color: 4027041.
HSL color Cylindrical-coordinate representation of color #A1723D: hue angle of 31.8º 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 #A1723D is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 114 | 61 | - |
| CMYK | 0 | 0.29 | 0.62 | 0.37 |
| HSL | 31.8º | 0.45% | 0.44% | - |
| HSV(B) | 31.8º | 0.62% | 0.63% | - |
| XYZ | 21.56 | 19.95 | 7.13 | - |
| YUV | 122.01 | 93.57 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 114 | 61 | 0 | 0.29 | 0.62 | 0.37 | 31.8 | 0.45 | 0.44 |
| Hex | A1 | 72 | 3D | 0 | 1D | 3E | 25 | 20 | 2D | 2C |
| Octal | 241 | 162 | 75 | 0 | 35 | 76 | 45 | 40 | 55 | 54 |
| Binary | 10100001 | 1110010 | 111101 | 0 | 11101 | 111110 | 100101 | 100000 | 101101 | 101100 |
Color Harmonies of #A1723D
Complementary color
Monochromatic Colors of #A1723D
Black with #A1723D
Text Example
Text Example
White with #A1723D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1723D; }
p { color: rgb(161,114,61); }
H1.HeaderClassName
{
color: #A1723D;
}
.AnyTagClassName
{
color: #A1723D;
}
</style>
background-color css
<style>
a { background-color: #A1723D; }
a { background-color: rgb(161,114,61); }
div.DivClassName
{
background-color: #A1723D;
}
.BgClassName
{
background-color: #A1723D;
}
</style>
border-color css
<style>
span { border-color: #A1723D; }
span { border-color: rgb(161,114,61); }
td.TdClassName
{
border-color: #A1723D;
}
.TagClassName
{
border-color: #A1723D;
}
</style>