Shades of Muesli #A07D58
Tints of Muesli #A07D58
RGB
CMYK
RGB Variations
Color information
#A07D58 (or 0xA07D58) is known color: Muesli. HEX triplet: A0, 7D and 58. RGB value is (160,125,88). Sum of RGB (Red+Green+Blue) = 160+125+88=373 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.90% from 373); Green value is 125 (49.22% from 255 or 33.51% from 373); Blue value is 88 (34.77% from 255 or 23.59% from 373); Max value from RGB is 160 - color contains mainly: red. Hex color #A07D58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07D58 is #5F82A7. Grayscale: #838383. Windows color (decimal): -6259368 or 5799328. OLE color: 5799328.
HSL color Cylindrical-coordinate representation of color #A07D58: hue angle of 30.83º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A07D58 is Cyan = 0, Magento = 0.22, Yellow = 0.45 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 125 | 88 | - |
| CMYK | 0 | 0.22 | 0.45 | 0.37 |
| HSL | 30.83º | 0.29% | 0.49% | - |
| HSV(B) | 30.83º | 0.45% | 0.63% | - |
| XYZ | 23.59 | 22.85 | 12.4 | - |
| YUV | 131.25 | 103.6 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 125 | 88 | 0 | 0.22 | 0.45 | 0.37 | 30.83 | 0.29 | 0.49 |
| Hex | A0 | 7D | 58 | 0 | 16 | 2D | 25 | 1F | 1D | 31 |
| Octal | 240 | 175 | 130 | 0 | 26 | 55 | 45 | 37 | 35 | 61 |
| Binary | 10100000 | 1111101 | 1011000 | 0 | 10110 | 101101 | 100101 | 11111 | 11101 | 110001 |
Color Harmonies of #A07D58
Complementary color
Monochromatic Colors of #A07D58
Black with #A07D58
Text Example
Text Example
White with #A07D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07D58; }
p { color: rgb(160,125,88); }
H1.HeaderClassName
{
color: #A07D58;
}
.AnyTagClassName
{
color: #A07D58;
}
</style>
background-color css
<style>
a { background-color: #A07D58; }
a { background-color: rgb(160,125,88); }
div.DivClassName
{
background-color: #A07D58;
}
.BgClassName
{
background-color: #A07D58;
}
</style>
border-color css
<style>
span { border-color: #A07D58; }
span { border-color: rgb(160,125,88); }
td.TdClassName
{
border-color: #A07D58;
}
.TagClassName
{
border-color: #A07D58;
}
</style>