Shades of Buttered Rum #A26D25
Tints of Buttered Rum #A26D25
RGB
CMYK
RGB Variations
Color information
#A26D25 (or 0xA26D25) is known color: Buttered Rum. HEX triplet: A2, 6D and 25. RGB value is (162,109,37). Sum of RGB (Red+Green+Blue) = 162+109+37=308 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.60% from 308); Green value is 109 (42.97% from 255 or 35.39% from 308); Blue value is 37 (14.84% from 255 or 12.01% from 308); Max value from RGB is 162 - color contains mainly: red. Hex color #A26D25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A26D25 is #5D92DA. Grayscale: #747474. Windows color (decimal): -6132443 or 2452898. OLE color: 2452898.
HSL color Cylindrical-coordinate representation of color #A26D25: hue angle of 34.56º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A26D25 is Cyan = 0, Magento = 0.33, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 109 | 37 | - |
| CMYK | 0 | 0.33 | 0.77 | 0.36 |
| HSL | 34.56º | 0.63% | 0.39% | - |
| HSV(B) | 34.56º | 0.77% | 0.64% | - |
| XYZ | 20.7 | 18.75 | 4.28 | - |
| YUV | 116.64 | 83.06 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 109 | 37 | 0 | 0.33 | 0.77 | 0.36 | 34.56 | 0.63 | 0.39 |
| Hex | A2 | 6D | 25 | 0 | 21 | 4D | 24 | 23 | 3F | 27 |
| Octal | 242 | 155 | 45 | 0 | 41 | 115 | 44 | 43 | 77 | 47 |
| Binary | 10100010 | 1101101 | 100101 | 0 | 100001 | 1001101 | 100100 | 100011 | 111111 | 100111 |
Color Harmonies of #A26D25
Complementary color
Monochromatic Colors of #A26D25
Black with #A26D25
Text Example
Text Example
White with #A26D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26D25; }
p { color: rgb(162,109,37); }
H1.HeaderClassName
{
color: #A26D25;
}
.AnyTagClassName
{
color: #A26D25;
}
</style>
background-color css
<style>
a { background-color: #A26D25; }
a { background-color: rgb(162,109,37); }
div.DivClassName
{
background-color: #A26D25;
}
.BgClassName
{
background-color: #A26D25;
}
</style>
border-color css
<style>
span { border-color: #A26D25; }
span { border-color: rgb(162,109,37); }
td.TdClassName
{
border-color: #A26D25;
}
.TagClassName
{
border-color: #A26D25;
}
</style>