Shades of Buttered Rum #A07033
Tints of Buttered Rum #A07033
RGB
CMYK
RGB Variations
Color information
#A07033 (or 0xA07033) is known color: Buttered Rum. HEX triplet: A0, 70 and 33. RGB value is (160,112,51). Sum of RGB (Red+Green+Blue) = 160+112+51=323 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.54% from 323); Green value is 112 (44.14% from 255 or 34.67% from 323); Blue value is 51 (20.31% from 255 or 15.79% from 323); Max value from RGB is 160 - color contains mainly: red. Hex color #A07033 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07033 is #5F8FCC. Grayscale: #777777. Windows color (decimal): -6262733 or 3371168. OLE color: 3371168.
HSL color Cylindrical-coordinate representation of color #A07033: hue angle of 33.58º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A07033 is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 112 | 51 | - |
| CMYK | 0 | 0.30 | 0.68 | 0.37 |
| HSL | 33.58º | 0.52% | 0.41% | - |
| HSV(B) | 33.58º | 0.68% | 0.63% | - |
| XYZ | 20.89 | 19.3 | 5.76 | - |
| YUV | 119.4 | 89.4 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 112 | 51 | 0 | 0.30 | 0.68 | 0.37 | 33.58 | 0.52 | 0.41 |
| Hex | A0 | 70 | 33 | 0 | 1E | 44 | 25 | 22 | 34 | 29 |
| Octal | 240 | 160 | 63 | 0 | 36 | 104 | 45 | 42 | 64 | 51 |
| Binary | 10100000 | 1110000 | 110011 | 0 | 11110 | 1000100 | 100101 | 100010 | 110100 | 101001 |
Color Harmonies of #A07033
Complementary color
Monochromatic Colors of #A07033
Black with #A07033
Text Example
Text Example
White with #A07033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07033; }
p { color: rgb(160,112,51); }
H1.HeaderClassName
{
color: #A07033;
}
.AnyTagClassName
{
color: #A07033;
}
</style>
background-color css
<style>
a { background-color: #A07033; }
a { background-color: rgb(160,112,51); }
div.DivClassName
{
background-color: #A07033;
}
.BgClassName
{
background-color: #A07033;
}
</style>
border-color css
<style>
span { border-color: #A07033; }
span { border-color: rgb(160,112,51); }
td.TdClassName
{
border-color: #A07033;
}
.TagClassName
{
border-color: #A07033;
}
</style>