Shades of Buttered Rum #A06823
Tints of Buttered Rum #A06823
RGB
CMYK
RGB Variations
Color information
#A06823 (or 0xA06823) is known color: Buttered Rum. HEX triplet: A0, 68 and 23. RGB value is (160,104,35). Sum of RGB (Red+Green+Blue) = 160+104+35=299 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.51% from 299); Green value is 104 (41.02% from 255 or 34.78% from 299); Blue value is 35 (14.06% from 255 or 11.71% from 299); Max value from RGB is 160 - color contains mainly: red. Hex color #A06823 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06823 is #5F97DC. Grayscale: #717171. Windows color (decimal): -6264797 or 2320544. OLE color: 2320544.
HSL color Cylindrical-coordinate representation of color #A06823: hue angle of 33.12º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A06823 is Cyan = 0, Magento = 0.35, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 104 | 35 | - |
| CMYK | 0 | 0.35 | 0.78 | 0.37 |
| HSL | 33.12º | 0.64% | 0.38% | - |
| HSV(B) | 33.12º | 0.78% | 0.63% | - |
| XYZ | 19.75 | 17.5 | 3.93 | - |
| YUV | 112.88 | 84.05 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 104 | 35 | 0 | 0.35 | 0.78 | 0.37 | 33.12 | 0.64 | 0.38 |
| Hex | A0 | 68 | 23 | 0 | 23 | 4E | 25 | 21 | 40 | 26 |
| Octal | 240 | 150 | 43 | 0 | 43 | 116 | 45 | 41 | 100 | 46 |
| Binary | 10100000 | 1101000 | 100011 | 0 | 100011 | 1001110 | 100101 | 100001 | 1000000 | 100110 |
Color Harmonies of #A06823
Complementary color
Monochromatic Colors of #A06823
Black with #A06823
Text Example
Text Example
White with #A06823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06823; }
p { color: rgb(160,104,35); }
H1.HeaderClassName
{
color: #A06823;
}
.AnyTagClassName
{
color: #A06823;
}
</style>
background-color css
<style>
a { background-color: #A06823; }
a { background-color: rgb(160,104,35); }
div.DivClassName
{
background-color: #A06823;
}
.BgClassName
{
background-color: #A06823;
}
</style>
border-color css
<style>
span { border-color: #A06823; }
span { border-color: rgb(160,104,35); }
td.TdClassName
{
border-color: #A06823;
}
.TagClassName
{
border-color: #A06823;
}
</style>