Shades of Buttered Rum #A2702B
Tints of Buttered Rum #A2702B
RGB
CMYK
RGB Variations
Color information
#A2702B (or 0xA2702B) is known color: Buttered Rum. HEX triplet: A2, 70 and 2B. RGB value is (162,112,43). Sum of RGB (Red+Green+Blue) = 162+112+43=317 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.10% from 317); Green value is 112 (44.14% from 255 or 35.33% from 317); Blue value is 43 (17.19% from 255 or 13.56% from 317); Max value from RGB is 162 - color contains mainly: red. Hex color #A2702B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2702B is #5D8FD4. Grayscale: #777777. Windows color (decimal): -6131669 or 2846882. OLE color: 2846882.
HSL color Cylindrical-coordinate representation of color #A2702B: hue angle of 34.79º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A2702B is Cyan = 0, Magento = 0.31, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 112 | 43 | - |
| CMYK | 0 | 0.31 | 0.73 | 0.36 |
| HSL | 34.79º | 0.58% | 0.4% | - |
| HSV(B) | 34.79º | 0.73% | 0.64% | - |
| XYZ | 21.13 | 19.44 | 4.92 | - |
| YUV | 119.08 | 85.07 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 112 | 43 | 0 | 0.31 | 0.73 | 0.36 | 34.79 | 0.58 | 0.4 |
| Hex | A2 | 70 | 2B | 0 | 1F | 49 | 24 | 23 | 3A | 28 |
| Octal | 242 | 160 | 53 | 0 | 37 | 111 | 44 | 43 | 72 | 50 |
| Binary | 10100010 | 1110000 | 101011 | 0 | 11111 | 1001001 | 100100 | 100011 | 111010 | 101000 |
Color Harmonies of #A2702B
Complementary color
Monochromatic Colors of #A2702B
Black with #A2702B
Text Example
Text Example
White with #A2702B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2702B; }
p { color: rgb(162,112,43); }
H1.HeaderClassName
{
color: #A2702B;
}
.AnyTagClassName
{
color: #A2702B;
}
</style>
background-color css
<style>
a { background-color: #A2702B; }
a { background-color: rgb(162,112,43); }
div.DivClassName
{
background-color: #A2702B;
}
.BgClassName
{
background-color: #A2702B;
}
</style>
border-color css
<style>
span { border-color: #A2702B; }
span { border-color: rgb(162,112,43); }
td.TdClassName
{
border-color: #A2702B;
}
.TagClassName
{
border-color: #A2702B;
}
</style>