Shades of Muesli #A07D43
Tints of Muesli #A07D43
RGB
CMYK
RGB Variations
Color information
#A07D43 (or 0xA07D43) is known color: Muesli. HEX triplet: A0, 7D and 43. RGB value is (160,125,67). Sum of RGB (Red+Green+Blue) = 160+125+67=352 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.45% from 352); Green value is 125 (49.22% from 255 or 35.51% from 352); Blue value is 67 (26.56% from 255 or 19.03% from 352); Max value from RGB is 160 - color contains mainly: red. Hex color #A07D43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07D43 is #5F82BC. Grayscale: #818181. Windows color (decimal): -6259389 or 4423072. OLE color: 4423072.
HSL color Cylindrical-coordinate representation of color #A07D43: hue angle of 37.42º 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 #A07D43 is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 125 | 67 | - |
| CMYK | 0 | 0.22 | 0.58 | 0.37 |
| HSL | 37.42º | 0.41% | 0.45% | - |
| HSV(B) | 37.42º | 0.58% | 0.63% | - |
| XYZ | 22.84 | 22.55 | 8.46 | - |
| YUV | 128.85 | 93.1 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 125 | 67 | 0 | 0.22 | 0.58 | 0.37 | 37.42 | 0.41 | 0.45 |
| Hex | A0 | 7D | 43 | 0 | 16 | 3A | 25 | 25 | 29 | 2D |
| Octal | 240 | 175 | 103 | 0 | 26 | 72 | 45 | 45 | 51 | 55 |
| Binary | 10100000 | 1111101 | 1000011 | 0 | 10110 | 111010 | 100101 | 100101 | 101001 | 101101 |
Color Harmonies of #A07D43
Complementary color
Monochromatic Colors of #A07D43
Black with #A07D43
Text Example
Text Example
White with #A07D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07D43; }
p { color: rgb(160,125,67); }
H1.HeaderClassName
{
color: #A07D43;
}
.AnyTagClassName
{
color: #A07D43;
}
</style>
background-color css
<style>
a { background-color: #A07D43; }
a { background-color: rgb(160,125,67); }
div.DivClassName
{
background-color: #A07D43;
}
.BgClassName
{
background-color: #A07D43;
}
</style>
border-color css
<style>
span { border-color: #A07D43; }
span { border-color: rgb(160,125,67); }
td.TdClassName
{
border-color: #A07D43;
}
.TagClassName
{
border-color: #A07D43;
}
</style>