Shades of Buttered Rum #A26D33
Tints of Buttered Rum #A26D33
RGB
CMYK
RGB Variations
Color information
#A26D33 (or 0xA26D33) is known color: Buttered Rum. HEX triplet: A2, 6D and 33. RGB value is (162,109,51). Sum of RGB (Red+Green+Blue) = 162+109+51=322 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.31% from 322); Green value is 109 (42.97% from 255 or 33.85% from 322); Blue value is 51 (20.31% from 255 or 15.84% from 322); Max value from RGB is 162 - color contains mainly: red. Hex color #A26D33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A26D33 is #5D92CC. Grayscale: #767676. Windows color (decimal): -6132429 or 3370402. OLE color: 3370402.
HSL color Cylindrical-coordinate representation of color #A26D33: hue angle of 31.35º 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 #A26D33 is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 109 | 51 | - |
| CMYK | 0 | 0.33 | 0.69 | 0.36 |
| HSL | 31.35º | 0.52% | 0.42% | - |
| HSV(B) | 31.35º | 0.69% | 0.64% | - |
| XYZ | 20.97 | 18.86 | 5.67 | - |
| YUV | 118.24 | 90.06 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 109 | 51 | 0 | 0.33 | 0.69 | 0.36 | 31.35 | 0.52 | 0.42 |
| Hex | A2 | 6D | 33 | 0 | 21 | 45 | 24 | 1F | 34 | 2A |
| Octal | 242 | 155 | 63 | 0 | 41 | 105 | 44 | 37 | 64 | 52 |
| Binary | 10100010 | 1101101 | 110011 | 0 | 100001 | 1000101 | 100100 | 11111 | 110100 | 101010 |
Color Harmonies of #A26D33
Complementary color
Monochromatic Colors of #A26D33
Black with #A26D33
Text Example
Text Example
White with #A26D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26D33; }
p { color: rgb(162,109,51); }
H1.HeaderClassName
{
color: #A26D33;
}
.AnyTagClassName
{
color: #A26D33;
}
</style>
background-color css
<style>
a { background-color: #A26D33; }
a { background-color: rgb(162,109,51); }
div.DivClassName
{
background-color: #A26D33;
}
.BgClassName
{
background-color: #A26D33;
}
</style>
border-color css
<style>
span { border-color: #A26D33; }
span { border-color: rgb(162,109,51); }
td.TdClassName
{
border-color: #A26D33;
}
.TagClassName
{
border-color: #A26D33;
}
</style>