Shades of Buttered Rum #A07338
Tints of Buttered Rum #A07338
RGB
CMYK
RGB Variations
Color information
#A07338 (or 0xA07338) is known color: Buttered Rum. HEX triplet: A0, 73 and 38. RGB value is (160,115,56). Sum of RGB (Red+Green+Blue) = 160+115+56=331 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.34% from 331); Green value is 115 (45.31% from 255 or 34.74% from 331); Blue value is 56 (22.27% from 255 or 16.92% from 331); Max value from RGB is 160 - color contains mainly: red. Hex color #A07338 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07338 is #5F8CC7. Grayscale: #7A7A7A. Windows color (decimal): -6261960 or 3699616. OLE color: 3699616.
HSL color Cylindrical-coordinate representation of color #A07338: hue angle of 34.04º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A07338 is Cyan = 0, Magento = 0.28, Yellow = 0.65 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 115 | 56 | - |
| CMYK | 0 | 0.28 | 0.65 | 0.37 |
| HSL | 34.04º | 0.48% | 0.42% | - |
| HSV(B) | 34.04º | 0.65% | 0.63% | - |
| XYZ | 21.34 | 20.02 | 6.48 | - |
| YUV | 121.73 | 90.91 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 115 | 56 | 0 | 0.28 | 0.65 | 0.37 | 34.04 | 0.48 | 0.42 |
| Hex | A0 | 73 | 38 | 0 | 1C | 41 | 25 | 22 | 30 | 2A |
| Octal | 240 | 163 | 70 | 0 | 34 | 101 | 45 | 42 | 60 | 52 |
| Binary | 10100000 | 1110011 | 111000 | 0 | 11100 | 1000001 | 100101 | 100010 | 110000 | 101010 |
Color Harmonies of #A07338
Complementary color
Monochromatic Colors of #A07338
Black with #A07338
Text Example
Text Example
White with #A07338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07338; }
p { color: rgb(160,115,56); }
H1.HeaderClassName
{
color: #A07338;
}
.AnyTagClassName
{
color: #A07338;
}
</style>
background-color css
<style>
a { background-color: #A07338; }
a { background-color: rgb(160,115,56); }
div.DivClassName
{
background-color: #A07338;
}
.BgClassName
{
background-color: #A07338;
}
</style>
border-color css
<style>
span { border-color: #A07338; }
span { border-color: rgb(160,115,56); }
td.TdClassName
{
border-color: #A07338;
}
.TagClassName
{
border-color: #A07338;
}
</style>