Shades of Muesli #A07A43
Tints of Muesli #A07A43
RGB
CMYK
RGB Variations
Color information
#A07A43 (or 0xA07A43) is known color: Muesli. HEX triplet: A0, 7A and 43. RGB value is (160,122,67). Sum of RGB (Red+Green+Blue) = 160+122+67=349 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.85% from 349); Green value is 122 (48.05% from 255 or 34.96% from 349); Blue value is 67 (26.56% from 255 or 19.20% from 349); Max value from RGB is 160 - color contains mainly: red. Hex color #A07A43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07A43 is #5F85BC. Grayscale: #7F7F7F. Windows color (decimal): -6260157 or 4422304. OLE color: 4422304.
HSL color Cylindrical-coordinate representation of color #A07A43: hue angle of 35.48º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A07A43 is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 122 | 67 | - |
| CMYK | 0 | 0.24 | 0.58 | 0.37 |
| HSL | 35.48º | 0.41% | 0.45% | - |
| HSV(B) | 35.48º | 0.58% | 0.63% | - |
| XYZ | 22.47 | 21.8 | 8.33 | - |
| YUV | 127.09 | 94.09 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 122 | 67 | 0 | 0.24 | 0.58 | 0.37 | 35.48 | 0.41 | 0.45 |
| Hex | A0 | 7A | 43 | 0 | 18 | 3A | 25 | 23 | 29 | 2D |
| Octal | 240 | 172 | 103 | 0 | 30 | 72 | 45 | 43 | 51 | 55 |
| Binary | 10100000 | 1111010 | 1000011 | 0 | 11000 | 111010 | 100101 | 100011 | 101001 | 101101 |
Color Harmonies of #A07A43
Complementary color
Monochromatic Colors of #A07A43
Black with #A07A43
Text Example
Text Example
White with #A07A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07A43; }
p { color: rgb(160,122,67); }
H1.HeaderClassName
{
color: #A07A43;
}
.AnyTagClassName
{
color: #A07A43;
}
</style>
background-color css
<style>
a { background-color: #A07A43; }
a { background-color: rgb(160,122,67); }
div.DivClassName
{
background-color: #A07A43;
}
.BgClassName
{
background-color: #A07A43;
}
</style>
border-color css
<style>
span { border-color: #A07A43; }
span { border-color: rgb(160,122,67); }
td.TdClassName
{
border-color: #A07A43;
}
.TagClassName
{
border-color: #A07A43;
}
</style>