Shades of Buttered Rum #A26F33
Tints of Buttered Rum #A26F33
RGB
CMYK
RGB Variations
Color information
#A26F33 (or 0xA26F33) is known color: Buttered Rum. HEX triplet: A2, 6F and 33. RGB value is (162,111,51). Sum of RGB (Red+Green+Blue) = 162+111+51=324 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50% from 324); Green value is 111 (43.75% from 255 or 34.26% from 324); Blue value is 51 (20.31% from 255 or 15.74% from 324); Max value from RGB is 162 - color contains mainly: red. Hex color #A26F33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A26F33 is #5D90CC. Grayscale: #777777. Windows color (decimal): -6131917 or 3370914. OLE color: 3370914.
HSL color Cylindrical-coordinate representation of color #A26F33: hue angle of 32.43º 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 #A26F33 is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 111 | 51 | - |
| CMYK | 0 | 0.31 | 0.69 | 0.36 |
| HSL | 32.43º | 0.52% | 0.42% | - |
| HSV(B) | 32.43º | 0.69% | 0.64% | - |
| XYZ | 21.18 | 19.29 | 5.74 | - |
| YUV | 119.41 | 89.4 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 111 | 51 | 0 | 0.31 | 0.69 | 0.36 | 32.43 | 0.52 | 0.42 |
| Hex | A2 | 6F | 33 | 0 | 1F | 45 | 24 | 20 | 34 | 2A |
| Octal | 242 | 157 | 63 | 0 | 37 | 105 | 44 | 40 | 64 | 52 |
| Binary | 10100010 | 1101111 | 110011 | 0 | 11111 | 1000101 | 100100 | 100000 | 110100 | 101010 |
Color Harmonies of #A26F33
Complementary color
Monochromatic Colors of #A26F33
Black with #A26F33
Text Example
Text Example
White with #A26F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26F33; }
p { color: rgb(162,111,51); }
H1.HeaderClassName
{
color: #A26F33;
}
.AnyTagClassName
{
color: #A26F33;
}
</style>
background-color css
<style>
a { background-color: #A26F33; }
a { background-color: rgb(162,111,51); }
div.DivClassName
{
background-color: #A26F33;
}
.BgClassName
{
background-color: #A26F33;
}
</style>
border-color css
<style>
span { border-color: #A26F33; }
span { border-color: rgb(162,111,51); }
td.TdClassName
{
border-color: #A26F33;
}
.TagClassName
{
border-color: #A26F33;
}
</style>