Shades of Buttered Rum #A27033
Tints of Buttered Rum #A27033
RGB
CMYK
RGB Variations
Color information
#A27033 (or 0xA27033) is known color: Buttered Rum. HEX triplet: A2, 70 and 33. RGB value is (162,112,51). Sum of RGB (Red+Green+Blue) = 162+112+51=325 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.85% from 325); Green value is 112 (44.14% from 255 or 34.46% from 325); Blue value is 51 (20.31% from 255 or 15.69% from 325); Max value from RGB is 162 - color contains mainly: red. Hex color #A27033 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27033 is #5D8FCC. Grayscale: #787878. Windows color (decimal): -6131661 or 3371170. OLE color: 3371170.
HSL color Cylindrical-coordinate representation of color #A27033: hue angle of 32.97º degrees, saturation: 0.52, 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 #A27033 is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 112 | 51 | - |
| CMYK | 0 | 0.31 | 0.69 | 0.36 |
| HSL | 32.97º | 0.52% | 0.42% | - |
| HSV(B) | 32.97º | 0.69% | 0.64% | - |
| XYZ | 21.29 | 19.51 | 5.78 | - |
| YUV | 120 | 89.07 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 112 | 51 | 0 | 0.31 | 0.69 | 0.36 | 32.97 | 0.52 | 0.42 |
| Hex | A2 | 70 | 33 | 0 | 1F | 45 | 24 | 21 | 34 | 2A |
| Octal | 242 | 160 | 63 | 0 | 37 | 105 | 44 | 41 | 64 | 52 |
| Binary | 10100010 | 1110000 | 110011 | 0 | 11111 | 1000101 | 100100 | 100001 | 110100 | 101010 |
Color Harmonies of #A27033
Complementary color
Monochromatic Colors of #A27033
Black with #A27033
Text Example
Text Example
White with #A27033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27033; }
p { color: rgb(162,112,51); }
H1.HeaderClassName
{
color: #A27033;
}
.AnyTagClassName
{
color: #A27033;
}
</style>
background-color css
<style>
a { background-color: #A27033; }
a { background-color: rgb(162,112,51); }
div.DivClassName
{
background-color: #A27033;
}
.BgClassName
{
background-color: #A27033;
}
</style>
border-color css
<style>
span { border-color: #A27033; }
span { border-color: rgb(162,112,51); }
td.TdClassName
{
border-color: #A27033;
}
.TagClassName
{
border-color: #A27033;
}
</style>