Shades of Buttered Rum #A2783C
Tints of Buttered Rum #A2783C
RGB
CMYK
RGB Variations
Color information
#A2783C (or 0xA2783C) is known color: Buttered Rum. HEX triplet: A2, 78 and 3C. RGB value is (162,120,60). Sum of RGB (Red+Green+Blue) = 162+120+60=342 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.37% from 342); Green value is 120 (47.27% from 255 or 35.09% from 342); Blue value is 60 (23.83% from 255 or 17.54% from 342); Max value from RGB is 162 - color contains mainly: red. Hex color #A2783C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2783C is #5D87C3. Grayscale: #7E7E7E. Windows color (decimal): -6129604 or 3963042. OLE color: 3963042.
HSL color Cylindrical-coordinate representation of color #A2783C: hue angle of 35.29º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A2783C is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 120 | 60 | - |
| CMYK | 0 | 0.26 | 0.63 | 0.36 |
| HSL | 35.29º | 0.46% | 0.44% | - |
| HSV(B) | 35.29º | 0.63% | 0.64% | - |
| XYZ | 22.43 | 21.44 | 7.23 | - |
| YUV | 125.72 | 90.91 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 120 | 60 | 0 | 0.26 | 0.63 | 0.36 | 35.29 | 0.46 | 0.44 |
| Hex | A2 | 78 | 3C | 0 | 1A | 3F | 24 | 23 | 2E | 2C |
| Octal | 242 | 170 | 74 | 0 | 32 | 77 | 44 | 43 | 56 | 54 |
| Binary | 10100010 | 1111000 | 111100 | 0 | 11010 | 111111 | 100100 | 100011 | 101110 | 101100 |
Color Harmonies of #A2783C
Complementary color
Monochromatic Colors of #A2783C
Black with #A2783C
Text Example
Text Example
White with #A2783C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2783C; }
p { color: rgb(162,120,60); }
H1.HeaderClassName
{
color: #A2783C;
}
.AnyTagClassName
{
color: #A2783C;
}
</style>
background-color css
<style>
a { background-color: #A2783C; }
a { background-color: rgb(162,120,60); }
div.DivClassName
{
background-color: #A2783C;
}
.BgClassName
{
background-color: #A2783C;
}
</style>
border-color css
<style>
span { border-color: #A2783C; }
span { border-color: rgb(162,120,60); }
td.TdClassName
{
border-color: #A2783C;
}
.TagClassName
{
border-color: #A2783C;
}
</style>