Shades of Buttered Rum #A26C30
Tints of Buttered Rum #A26C30
RGB
CMYK
RGB Variations
Color information
#A26C30 (or 0xA26C30) is known color: Buttered Rum. HEX triplet: A2, 6C and 30. RGB value is (162,108,48). Sum of RGB (Red+Green+Blue) = 162+108+48=318 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.94% from 318); Green value is 108 (42.58% from 255 or 33.96% from 318); Blue value is 48 (19.14% from 255 or 15.09% from 318); Max value from RGB is 162 - color contains mainly: red. Hex color #A26C30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A26C30 is #5D93CF. Grayscale: #757575. Windows color (decimal): -6132688 or 3173538. OLE color: 3173538.
HSL color Cylindrical-coordinate representation of color #A26C30: hue angle of 31.58º 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 #A26C30 is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 108 | 48 | - |
| CMYK | 0 | 0.33 | 0.70 | 0.36 |
| HSL | 31.58º | 0.54% | 0.41% | - |
| HSV(B) | 31.58º | 0.7% | 0.64% | - |
| XYZ | 20.8 | 18.62 | 5.29 | - |
| YUV | 117.31 | 88.89 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 108 | 48 | 0 | 0.33 | 0.70 | 0.36 | 31.58 | 0.54 | 0.41 |
| Hex | A2 | 6C | 30 | 0 | 21 | 46 | 24 | 20 | 36 | 29 |
| Octal | 242 | 154 | 60 | 0 | 41 | 106 | 44 | 40 | 66 | 51 |
| Binary | 10100010 | 1101100 | 110000 | 0 | 100001 | 1000110 | 100100 | 100000 | 110110 | 101001 |
Color Harmonies of #A26C30
Complementary color
Monochromatic Colors of #A26C30
Black with #A26C30
Text Example
Text Example
White with #A26C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26C30; }
p { color: rgb(162,108,48); }
H1.HeaderClassName
{
color: #A26C30;
}
.AnyTagClassName
{
color: #A26C30;
}
</style>
background-color css
<style>
a { background-color: #A26C30; }
a { background-color: rgb(162,108,48); }
div.DivClassName
{
background-color: #A26C30;
}
.BgClassName
{
background-color: #A26C30;
}
</style>
border-color css
<style>
span { border-color: #A26C30; }
span { border-color: rgb(162,108,48); }
td.TdClassName
{
border-color: #A26C30;
}
.TagClassName
{
border-color: #A26C30;
}
</style>