Shades of Buttered Rum #A26E30
Tints of Buttered Rum #A26E30
RGB
CMYK
RGB Variations
Color information
#A26E30 (or 0xA26E30) is known color: Buttered Rum. HEX triplet: A2, 6E and 30. RGB value is (162,110,48). Sum of RGB (Red+Green+Blue) = 162+110+48=320 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.62% from 320); Green value is 110 (43.36% from 255 or 34.38% from 320); Blue value is 48 (19.14% from 255 or 15% from 320); Max value from RGB is 162 - color contains mainly: red. Hex color #A26E30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A26E30 is #5D91CF. Grayscale: #767676. Windows color (decimal): -6132176 or 3174050. OLE color: 3174050.
HSL color Cylindrical-coordinate representation of color #A26E30: hue angle of 32.63º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A26E30 is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 110 | 48 | - |
| CMYK | 0 | 0.32 | 0.70 | 0.36 |
| HSL | 32.63º | 0.54% | 0.41% | - |
| HSV(B) | 32.63º | 0.7% | 0.64% | - |
| XYZ | 21.01 | 19.05 | 5.37 | - |
| YUV | 118.48 | 88.23 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 110 | 48 | 0 | 0.32 | 0.70 | 0.36 | 32.63 | 0.54 | 0.41 |
| Hex | A2 | 6E | 30 | 0 | 20 | 46 | 24 | 21 | 36 | 29 |
| Octal | 242 | 156 | 60 | 0 | 40 | 106 | 44 | 41 | 66 | 51 |
| Binary | 10100010 | 1101110 | 110000 | 0 | 100000 | 1000110 | 100100 | 100001 | 110110 | 101001 |
Color Harmonies of #A26E30
Complementary color
Monochromatic Colors of #A26E30
Black with #A26E30
Text Example
Text Example
White with #A26E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26E30; }
p { color: rgb(162,110,48); }
H1.HeaderClassName
{
color: #A26E30;
}
.AnyTagClassName
{
color: #A26E30;
}
</style>
background-color css
<style>
a { background-color: #A26E30; }
a { background-color: rgb(162,110,48); }
div.DivClassName
{
background-color: #A26E30;
}
.BgClassName
{
background-color: #A26E30;
}
</style>
border-color css
<style>
span { border-color: #A26E30; }
span { border-color: rgb(162,110,48); }
td.TdClassName
{
border-color: #A26E30;
}
.TagClassName
{
border-color: #A26E30;
}
</style>