Shades of Buttered Rum #A2773C
Tints of Buttered Rum #A2773C
RGB
CMYK
RGB Variations
Color information
#A2773C (or 0xA2773C) is known color: Buttered Rum. HEX triplet: A2, 77 and 3C. RGB value is (162,119,60). Sum of RGB (Red+Green+Blue) = 162+119+60=341 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.51% from 341); Green value is 119 (46.88% from 255 or 34.90% from 341); Blue value is 60 (23.83% from 255 or 17.60% from 341); Max value from RGB is 162 - color contains mainly: red. Hex color #A2773C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2773C is #5D88C3. Grayscale: #7D7D7D. Windows color (decimal): -6129860 or 3962786. OLE color: 3962786.
HSL color Cylindrical-coordinate representation of color #A2773C: hue angle of 34.71º 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 #A2773C is Cyan = 0, Magento = 0.27, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 119 | 60 | - |
| CMYK | 0 | 0.27 | 0.63 | 0.36 |
| HSL | 34.71º | 0.46% | 0.44% | - |
| HSV(B) | 34.71º | 0.63% | 0.64% | - |
| XYZ | 22.31 | 21.2 | 7.19 | - |
| YUV | 125.13 | 91.25 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 119 | 60 | 0 | 0.27 | 0.63 | 0.36 | 34.71 | 0.46 | 0.44 |
| Hex | A2 | 77 | 3C | 0 | 1B | 3F | 24 | 23 | 2E | 2C |
| Octal | 242 | 167 | 74 | 0 | 33 | 77 | 44 | 43 | 56 | 54 |
| Binary | 10100010 | 1110111 | 111100 | 0 | 11011 | 111111 | 100100 | 100011 | 101110 | 101100 |
Color Harmonies of #A2773C
Complementary color
Monochromatic Colors of #A2773C
Black with #A2773C
Text Example
Text Example
White with #A2773C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2773C; }
p { color: rgb(162,119,60); }
H1.HeaderClassName
{
color: #A2773C;
}
.AnyTagClassName
{
color: #A2773C;
}
</style>
background-color css
<style>
a { background-color: #A2773C; }
a { background-color: rgb(162,119,60); }
div.DivClassName
{
background-color: #A2773C;
}
.BgClassName
{
background-color: #A2773C;
}
</style>
border-color css
<style>
span { border-color: #A2773C; }
span { border-color: rgb(162,119,60); }
td.TdClassName
{
border-color: #A2773C;
}
.TagClassName
{
border-color: #A2773C;
}
</style>