Shades of Buttered Rum #A06825
Tints of Buttered Rum #A06825
RGB
CMYK
RGB Variations
Color information
#A06825 (or 0xA06825) is known color: Buttered Rum. HEX triplet: A0, 68 and 25. RGB value is (160,104,37). Sum of RGB (Red+Green+Blue) = 160+104+37=301 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.16% from 301); Green value is 104 (41.02% from 255 or 34.55% from 301); Blue value is 37 (14.84% from 255 or 12.29% from 301); Max value from RGB is 160 - color contains mainly: red. Hex color #A06825 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06825 is #5F97DA. Grayscale: #717171. Windows color (decimal): -6264795 or 2451616. OLE color: 2451616.
HSL color Cylindrical-coordinate representation of color #A06825: hue angle of 32.68º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A06825 is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 104 | 37 | - |
| CMYK | 0 | 0.35 | 0.77 | 0.37 |
| HSL | 32.68º | 0.62% | 0.39% | - |
| HSV(B) | 32.68º | 0.77% | 0.63% | - |
| XYZ | 19.78 | 17.51 | 4.09 | - |
| YUV | 113.11 | 85.05 | 161.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 104 | 37 | 0 | 0.35 | 0.77 | 0.37 | 32.68 | 0.62 | 0.39 |
| Hex | A0 | 68 | 25 | 0 | 23 | 4D | 25 | 21 | 3E | 27 |
| Octal | 240 | 150 | 45 | 0 | 43 | 115 | 45 | 41 | 76 | 47 |
| Binary | 10100000 | 1101000 | 100101 | 0 | 100011 | 1001101 | 100101 | 100001 | 111110 | 100111 |
Color Harmonies of #A06825
Complementary color
Monochromatic Colors of #A06825
Black with #A06825
Text Example
Text Example
White with #A06825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06825; }
p { color: rgb(160,104,37); }
H1.HeaderClassName
{
color: #A06825;
}
.AnyTagClassName
{
color: #A06825;
}
</style>
background-color css
<style>
a { background-color: #A06825; }
a { background-color: rgb(160,104,37); }
div.DivClassName
{
background-color: #A06825;
}
.BgClassName
{
background-color: #A06825;
}
</style>
border-color css
<style>
span { border-color: #A06825; }
span { border-color: rgb(160,104,37); }
td.TdClassName
{
border-color: #A06825;
}
.TagClassName
{
border-color: #A06825;
}
</style>