Shades of Muesli #A37A50
Tints of Muesli #A37A50
RGB
CMYK
RGB Variations
Color information
#A37A50 (or 0xA37A50) is known color: Muesli. HEX triplet: A3, 7A and 50. RGB value is (163,122,80). Sum of RGB (Red+Green+Blue) = 163+122+80=365 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.66% from 365); Green value is 122 (48.05% from 255 or 33.42% from 365); Blue value is 80 (31.64% from 255 or 21.92% from 365); Max value from RGB is 163 - color contains mainly: red. Hex color #A37A50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37A50 is #5C85AF. Grayscale: #818181. Windows color (decimal): -6063536 or 5274275. OLE color: 5274275.
HSL color Cylindrical-coordinate representation of color #A37A50: hue angle of 30.36º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A37A50 is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 122 | 80 | - |
| CMYK | 0 | 0.25 | 0.51 | 0.36 |
| HSL | 30.36º | 0.34% | 0.48% | - |
| HSV(B) | 30.36º | 0.51% | 0.64% | - |
| XYZ | 23.51 | 22.28 | 10.65 | - |
| YUV | 129.47 | 100.08 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 122 | 80 | 0 | 0.25 | 0.51 | 0.36 | 30.36 | 0.34 | 0.48 |
| Hex | A3 | 7A | 50 | 0 | 19 | 33 | 24 | 1E | 22 | 30 |
| Octal | 243 | 172 | 120 | 0 | 31 | 63 | 44 | 36 | 42 | 60 |
| Binary | 10100011 | 1111010 | 1010000 | 0 | 11001 | 110011 | 100100 | 11110 | 100010 | 110000 |
Color Harmonies of #A37A50
Complementary color
Monochromatic Colors of #A37A50
Black with #A37A50
Text Example
Text Example
White with #A37A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37A50; }
p { color: rgb(163,122,80); }
H1.HeaderClassName
{
color: #A37A50;
}
.AnyTagClassName
{
color: #A37A50;
}
</style>
background-color css
<style>
a { background-color: #A37A50; }
a { background-color: rgb(163,122,80); }
div.DivClassName
{
background-color: #A37A50;
}
.BgClassName
{
background-color: #A37A50;
}
</style>
border-color css
<style>
span { border-color: #A37A50; }
span { border-color: rgb(163,122,80); }
td.TdClassName
{
border-color: #A37A50;
}
.TagClassName
{
border-color: #A37A50;
}
</style>