Shades of Buttered Rum #A07429
Tints of Buttered Rum #A07429
RGB
CMYK
RGB Variations
Color information
#A07429 (or 0xA07429) is known color: Buttered Rum. HEX triplet: A0, 74 and 29. RGB value is (160,116,41). Sum of RGB (Red+Green+Blue) = 160+116+41=317 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.47% from 317); Green value is 116 (45.70% from 255 or 36.59% from 317); Blue value is 41 (16.41% from 255 or 12.93% from 317); Max value from RGB is 160 - color contains mainly: red. Hex color #A07429 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07429 is #5F8BD6. Grayscale: #787878. Windows color (decimal): -6261719 or 2716832. OLE color: 2716832.
HSL color Cylindrical-coordinate representation of color #A07429: hue angle of 37.82º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A07429 is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 116 | 41 | - |
| CMYK | 0 | 0.28 | 0.74 | 0.37 |
| HSL | 37.82º | 0.59% | 0.39% | - |
| HSV(B) | 37.82º | 0.74% | 0.63% | - |
| XYZ | 21.14 | 20.12 | 4.87 | - |
| YUV | 120.61 | 83.08 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 116 | 41 | 0 | 0.28 | 0.74 | 0.37 | 37.82 | 0.59 | 0.39 |
| Hex | A0 | 74 | 29 | 0 | 1C | 4A | 25 | 26 | 3B | 27 |
| Octal | 240 | 164 | 51 | 0 | 34 | 112 | 45 | 46 | 73 | 47 |
| Binary | 10100000 | 1110100 | 101001 | 0 | 11100 | 1001010 | 100101 | 100110 | 111011 | 100111 |
Color Harmonies of #A07429
Complementary color
Monochromatic Colors of #A07429
Black with #A07429
Text Example
Text Example
White with #A07429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07429; }
p { color: rgb(160,116,41); }
H1.HeaderClassName
{
color: #A07429;
}
.AnyTagClassName
{
color: #A07429;
}
</style>
background-color css
<style>
a { background-color: #A07429; }
a { background-color: rgb(160,116,41); }
div.DivClassName
{
background-color: #A07429;
}
.BgClassName
{
background-color: #A07429;
}
</style>
border-color css
<style>
span { border-color: #A07429; }
span { border-color: rgb(160,116,41); }
td.TdClassName
{
border-color: #A07429;
}
.TagClassName
{
border-color: #A07429;
}
</style>