Shades of Buttered Rum #A07831
Tints of Buttered Rum #A07831
RGB
CMYK
RGB Variations
Color information
#A07831 (or 0xA07831) is known color: Buttered Rum. HEX triplet: A0, 78 and 31. RGB value is (160,120,49). Sum of RGB (Red+Green+Blue) = 160+120+49=329 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.63% from 329); Green value is 120 (47.27% from 255 or 36.47% from 329); Blue value is 49 (19.53% from 255 or 14.89% from 329); Max value from RGB is 160 - color contains mainly: red. Hex color #A07831 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07831 is #5F87CE. Grayscale: #7C7C7C. Windows color (decimal): -6260687 or 3242144. OLE color: 3242144.
HSL color Cylindrical-coordinate representation of color #A07831: hue angle of 38.38º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A07831 is Cyan = 0, Magento = 0.25, Yellow = 0.69 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 120 | 49 | - |
| CMYK | 0 | 0.25 | 0.69 | 0.37 |
| HSL | 38.38º | 0.53% | 0.41% | - |
| HSV(B) | 38.38º | 0.69% | 0.63% | - |
| XYZ | 21.77 | 21.13 | 5.84 | - |
| YUV | 123.87 | 85.75 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 120 | 49 | 0 | 0.25 | 0.69 | 0.37 | 38.38 | 0.53 | 0.41 |
| Hex | A0 | 78 | 31 | 0 | 19 | 45 | 25 | 26 | 35 | 29 |
| Octal | 240 | 170 | 61 | 0 | 31 | 105 | 45 | 46 | 65 | 51 |
| Binary | 10100000 | 1111000 | 110001 | 0 | 11001 | 1000101 | 100101 | 100110 | 110101 | 101001 |
Color Harmonies of #A07831
Complementary color
Monochromatic Colors of #A07831
Black with #A07831
Text Example
Text Example
White with #A07831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07831; }
p { color: rgb(160,120,49); }
H1.HeaderClassName
{
color: #A07831;
}
.AnyTagClassName
{
color: #A07831;
}
</style>
background-color css
<style>
a { background-color: #A07831; }
a { background-color: rgb(160,120,49); }
div.DivClassName
{
background-color: #A07831;
}
.BgClassName
{
background-color: #A07831;
}
</style>
border-color css
<style>
span { border-color: #A07831; }
span { border-color: rgb(160,120,49); }
td.TdClassName
{
border-color: #A07831;
}
.TagClassName
{
border-color: #A07831;
}
</style>