Shades of Buttered Rum #A27332
Tints of Buttered Rum #A27332
RGB
CMYK
RGB Variations
Color information
#A27332 (or 0xA27332) is known color: Buttered Rum. HEX triplet: A2, 73 and 32. RGB value is (162,115,50). Sum of RGB (Red+Green+Blue) = 162+115+50=327 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.54% from 327); Green value is 115 (45.31% from 255 or 35.17% from 327); Blue value is 50 (19.92% from 255 or 15.29% from 327); Max value from RGB is 162 - color contains mainly: red. Hex color #A27332 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27332 is #5D8CCD. Grayscale: #797979. Windows color (decimal): -6130894 or 3306402. OLE color: 3306402.
HSL color Cylindrical-coordinate representation of color #A27332: hue angle of 34.82º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A27332 is Cyan = 0, Magento = 0.29, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 115 | 50 | - |
| CMYK | 0 | 0.29 | 0.69 | 0.36 |
| HSL | 34.82º | 0.53% | 0.42% | - |
| HSV(B) | 34.82º | 0.69% | 0.64% | - |
| XYZ | 21.61 | 20.17 | 5.77 | - |
| YUV | 121.64 | 87.57 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 115 | 50 | 0 | 0.29 | 0.69 | 0.36 | 34.82 | 0.53 | 0.42 |
| Hex | A2 | 73 | 32 | 0 | 1D | 45 | 24 | 23 | 35 | 2A |
| Octal | 242 | 163 | 62 | 0 | 35 | 105 | 44 | 43 | 65 | 52 |
| Binary | 10100010 | 1110011 | 110010 | 0 | 11101 | 1000101 | 100100 | 100011 | 110101 | 101010 |
Color Harmonies of #A27332
Complementary color
Monochromatic Colors of #A27332
Black with #A27332
Text Example
Text Example
White with #A27332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27332; }
p { color: rgb(162,115,50); }
H1.HeaderClassName
{
color: #A27332;
}
.AnyTagClassName
{
color: #A27332;
}
</style>
background-color css
<style>
a { background-color: #A27332; }
a { background-color: rgb(162,115,50); }
div.DivClassName
{
background-color: #A27332;
}
.BgClassName
{
background-color: #A27332;
}
</style>
border-color css
<style>
span { border-color: #A27332; }
span { border-color: rgb(162,115,50); }
td.TdClassName
{
border-color: #A27332;
}
.TagClassName
{
border-color: #A27332;
}
</style>