Shades of Muesli #A07543
Tints of Muesli #A07543
RGB
CMYK
RGB Variations
Color information
#A07543 (or 0xA07543) is known color: Muesli. HEX triplet: A0, 75 and 43. RGB value is (160,117,67). Sum of RGB (Red+Green+Blue) = 160+117+67=344 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.51% from 344); Green value is 117 (46.09% from 255 or 34.01% from 344); Blue value is 67 (26.56% from 255 or 19.48% from 344); Max value from RGB is 160 - color contains mainly: red. Hex color #A07543 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07543 is #5F8ABC. Grayscale: #7C7C7C. Windows color (decimal): -6261437 or 4421024. OLE color: 4421024.
HSL color Cylindrical-coordinate representation of color #A07543: hue angle of 32.26º 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 #A07543 is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 117 | 67 | - |
| CMYK | 0 | 0.27 | 0.58 | 0.37 |
| HSL | 32.26º | 0.41% | 0.45% | - |
| HSV(B) | 32.26º | 0.58% | 0.63% | - |
| XYZ | 21.87 | 20.6 | 8.13 | - |
| YUV | 124.16 | 95.75 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 117 | 67 | 0 | 0.27 | 0.58 | 0.37 | 32.26 | 0.41 | 0.45 |
| Hex | A0 | 75 | 43 | 0 | 1B | 3A | 25 | 20 | 29 | 2D |
| Octal | 240 | 165 | 103 | 0 | 33 | 72 | 45 | 40 | 51 | 55 |
| Binary | 10100000 | 1110101 | 1000011 | 0 | 11011 | 111010 | 100101 | 100000 | 101001 | 101101 |
Color Harmonies of #A07543
Complementary color
Monochromatic Colors of #A07543
Black with #A07543
Text Example
Text Example
White with #A07543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07543; }
p { color: rgb(160,117,67); }
H1.HeaderClassName
{
color: #A07543;
}
.AnyTagClassName
{
color: #A07543;
}
</style>
background-color css
<style>
a { background-color: #A07543; }
a { background-color: rgb(160,117,67); }
div.DivClassName
{
background-color: #A07543;
}
.BgClassName
{
background-color: #A07543;
}
</style>
border-color css
<style>
span { border-color: #A07543; }
span { border-color: rgb(160,117,67); }
td.TdClassName
{
border-color: #A07543;
}
.TagClassName
{
border-color: #A07543;
}
</style>