Shades of Muesli #A07B54
Tints of Muesli #A07B54
RGB
CMYK
RGB Variations
Color information
#A07B54 (or 0xA07B54) is known color: Muesli. HEX triplet: A0, 7B and 54. RGB value is (160,123,84). Sum of RGB (Red+Green+Blue) = 160+123+84=367 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.60% from 367); Green value is 123 (48.44% from 255 or 33.51% from 367); Blue value is 84 (33.20% from 255 or 22.89% from 367); Max value from RGB is 160 - color contains mainly: red. Hex color #A07B54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07B54 is #5F84AB. Grayscale: #818181. Windows color (decimal): -6259884 or 5536672. OLE color: 5536672.
HSL color Cylindrical-coordinate representation of color #A07B54: hue angle of 30.79º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A07B54 is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 123 | 84 | - |
| CMYK | 0 | 0.23 | 0.48 | 0.37 |
| HSL | 30.79º | 0.31% | 0.48% | - |
| HSV(B) | 30.79º | 0.48% | 0.63% | - |
| XYZ | 23.18 | 22.28 | 11.47 | - |
| YUV | 129.62 | 102.26 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 123 | 84 | 0 | 0.23 | 0.48 | 0.37 | 30.79 | 0.31 | 0.48 |
| Hex | A0 | 7B | 54 | 0 | 17 | 30 | 25 | 1F | 1F | 30 |
| Octal | 240 | 173 | 124 | 0 | 27 | 60 | 45 | 37 | 37 | 60 |
| Binary | 10100000 | 1111011 | 1010100 | 0 | 10111 | 110000 | 100101 | 11111 | 11111 | 110000 |
Color Harmonies of #A07B54
Complementary color
Monochromatic Colors of #A07B54
Black with #A07B54
Text Example
Text Example
White with #A07B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07B54; }
p { color: rgb(160,123,84); }
H1.HeaderClassName
{
color: #A07B54;
}
.AnyTagClassName
{
color: #A07B54;
}
</style>
background-color css
<style>
a { background-color: #A07B54; }
a { background-color: rgb(160,123,84); }
div.DivClassName
{
background-color: #A07B54;
}
.BgClassName
{
background-color: #A07B54;
}
</style>
border-color css
<style>
span { border-color: #A07B54; }
span { border-color: rgb(160,123,84); }
td.TdClassName
{
border-color: #A07B54;
}
.TagClassName
{
border-color: #A07B54;
}
</style>