Shades of Buttered Rum #A26F2D
Tints of Buttered Rum #A26F2D
RGB
CMYK
RGB Variations
Color information
#A26F2D (or 0xA26F2D) is known color: Buttered Rum. HEX triplet: A2, 6F and 2D. RGB value is (162,111,45). Sum of RGB (Red+Green+Blue) = 162+111+45=318 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.94% from 318); Green value is 111 (43.75% from 255 or 34.91% from 318); Blue value is 45 (17.97% from 255 or 14.15% from 318); Max value from RGB is 162 - color contains mainly: red. Hex color #A26F2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A26F2D is #5D90D2. Grayscale: #777777. Windows color (decimal): -6131923 or 2977698. OLE color: 2977698.
HSL color Cylindrical-coordinate representation of color #A26F2D: hue angle of 33.85º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A26F2D is Cyan = 0, Magento = 0.31, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 111 | 45 | - |
| CMYK | 0 | 0.31 | 0.72 | 0.36 |
| HSL | 33.85º | 0.57% | 0.41% | - |
| HSV(B) | 33.85º | 0.72% | 0.64% | - |
| XYZ | 21.06 | 19.24 | 5.09 | - |
| YUV | 118.73 | 86.4 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 111 | 45 | 0 | 0.31 | 0.72 | 0.36 | 33.85 | 0.57 | 0.41 |
| Hex | A2 | 6F | 2D | 0 | 1F | 48 | 24 | 22 | 39 | 29 |
| Octal | 242 | 157 | 55 | 0 | 37 | 110 | 44 | 42 | 71 | 51 |
| Binary | 10100010 | 1101111 | 101101 | 0 | 11111 | 1001000 | 100100 | 100010 | 111001 | 101001 |
Color Harmonies of #A26F2D
Complementary color
Monochromatic Colors of #A26F2D
Black with #A26F2D
Text Example
Text Example
White with #A26F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26F2D; }
p { color: rgb(162,111,45); }
H1.HeaderClassName
{
color: #A26F2D;
}
.AnyTagClassName
{
color: #A26F2D;
}
</style>
background-color css
<style>
a { background-color: #A26F2D; }
a { background-color: rgb(162,111,45); }
div.DivClassName
{
background-color: #A26F2D;
}
.BgClassName
{
background-color: #A26F2D;
}
</style>
border-color css
<style>
span { border-color: #A26F2D; }
span { border-color: rgb(162,111,45); }
td.TdClassName
{
border-color: #A26F2D;
}
.TagClassName
{
border-color: #A26F2D;
}
</style>