Shades of Buttered Rum #A27338
Tints of Buttered Rum #A27338
RGB
CMYK
RGB Variations
Color information
#A27338 (or 0xA27338) is known color: Buttered Rum. HEX triplet: A2, 73 and 38. RGB value is (162,115,56). Sum of RGB (Red+Green+Blue) = 162+115+56=333 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.65% from 333); Green value is 115 (45.31% from 255 or 34.53% from 333); Blue value is 56 (22.27% from 255 or 16.82% from 333); Max value from RGB is 162 - color contains mainly: red. Hex color #A27338 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27338 is #5D8CC7. Grayscale: #7A7A7A. Windows color (decimal): -6130888 or 3699618. OLE color: 3699618.
HSL color Cylindrical-coordinate representation of color #A27338: hue angle of 33.4º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A27338 is Cyan = 0, Magento = 0.29, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 115 | 56 | - |
| CMYK | 0 | 0.29 | 0.65 | 0.36 |
| HSL | 33.4º | 0.49% | 0.43% | - |
| HSV(B) | 33.4º | 0.65% | 0.64% | - |
| XYZ | 21.74 | 20.23 | 6.5 | - |
| YUV | 122.33 | 90.57 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 115 | 56 | 0 | 0.29 | 0.65 | 0.36 | 33.4 | 0.49 | 0.43 |
| Hex | A2 | 73 | 38 | 0 | 1D | 41 | 24 | 21 | 31 | 2B |
| Octal | 242 | 163 | 70 | 0 | 35 | 101 | 44 | 41 | 61 | 53 |
| Binary | 10100010 | 1110011 | 111000 | 0 | 11101 | 1000001 | 100100 | 100001 | 110001 | 101011 |
Color Harmonies of #A27338
Complementary color
Monochromatic Colors of #A27338
Black with #A27338
Text Example
Text Example
White with #A27338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27338; }
p { color: rgb(162,115,56); }
H1.HeaderClassName
{
color: #A27338;
}
.AnyTagClassName
{
color: #A27338;
}
</style>
background-color css
<style>
a { background-color: #A27338; }
a { background-color: rgb(162,115,56); }
div.DivClassName
{
background-color: #A27338;
}
.BgClassName
{
background-color: #A27338;
}
</style>
border-color css
<style>
span { border-color: #A27338; }
span { border-color: rgb(162,115,56); }
td.TdClassName
{
border-color: #A27338;
}
.TagClassName
{
border-color: #A27338;
}
</style>