Shades of Buttered Rum #A07326
Tints of Buttered Rum #A07326
RGB
CMYK
RGB Variations
Color information
#A07326 (or 0xA07326) is known color: Buttered Rum. HEX triplet: A0, 73 and 26. RGB value is (160,115,38). Sum of RGB (Red+Green+Blue) = 160+115+38=313 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.12% from 313); Green value is 115 (45.31% from 255 or 36.74% from 313); Blue value is 38 (15.23% from 255 or 12.14% from 313); Max value from RGB is 160 - color contains mainly: red. Hex color #A07326 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07326 is #5F8CD9. Grayscale: #787878. Windows color (decimal): -6261978 or 2519968. OLE color: 2519968.
HSL color Cylindrical-coordinate representation of color #A07326: hue angle of 37.87º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A07326 is Cyan = 0, Magento = 0.28, Yellow = 0.76 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 115 | 38 | - |
| CMYK | 0 | 0.28 | 0.76 | 0.37 |
| HSL | 37.87º | 0.62% | 0.39% | - |
| HSV(B) | 37.87º | 0.76% | 0.63% | - |
| XYZ | 20.98 | 19.87 | 4.56 | - |
| YUV | 119.68 | 81.91 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 115 | 38 | 0 | 0.28 | 0.76 | 0.37 | 37.87 | 0.62 | 0.39 |
| Hex | A0 | 73 | 26 | 0 | 1C | 4C | 25 | 26 | 3E | 27 |
| Octal | 240 | 163 | 46 | 0 | 34 | 114 | 45 | 46 | 76 | 47 |
| Binary | 10100000 | 1110011 | 100110 | 0 | 11100 | 1001100 | 100101 | 100110 | 111110 | 100111 |
Color Harmonies of #A07326
Complementary color
Monochromatic Colors of #A07326
Black with #A07326
Text Example
Text Example
White with #A07326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07326; }
p { color: rgb(160,115,38); }
H1.HeaderClassName
{
color: #A07326;
}
.AnyTagClassName
{
color: #A07326;
}
</style>
background-color css
<style>
a { background-color: #A07326; }
a { background-color: rgb(160,115,38); }
div.DivClassName
{
background-color: #A07326;
}
.BgClassName
{
background-color: #A07326;
}
</style>
border-color css
<style>
span { border-color: #A07326; }
span { border-color: rgb(160,115,38); }
td.TdClassName
{
border-color: #A07326;
}
.TagClassName
{
border-color: #A07326;
}
</style>