Shades of Muesli #A47F50
Tints of Muesli #A47F50
RGB
CMYK
RGB Variations
Color information
#A47F50 (or 0xA47F50) is known color: Muesli. HEX triplet: A4, 7F and 50. RGB value is (164,127,80). Sum of RGB (Red+Green+Blue) = 164+127+80=371 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.20% from 371); Green value is 127 (50% from 255 or 34.23% from 371); Blue value is 80 (31.64% from 255 or 21.56% from 371); Max value from RGB is 164 - color contains mainly: red. Hex color #A47F50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47F50 is #5B80AF. Grayscale: #848484. Windows color (decimal): -5996720 or 5275556. OLE color: 5275556.
HSL color Cylindrical-coordinate representation of color #A47F50: hue angle of 33.57º 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 #A47F50 is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 127 | 80 | - |
| CMYK | 0 | 0.23 | 0.51 | 0.36 |
| HSL | 33.57º | 0.34% | 0.48% | - |
| HSV(B) | 33.57º | 0.51% | 0.64% | - |
| XYZ | 24.35 | 23.65 | 10.87 | - |
| YUV | 132.71 | 98.26 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 127 | 80 | 0 | 0.23 | 0.51 | 0.36 | 33.57 | 0.34 | 0.48 |
| Hex | A4 | 7F | 50 | 0 | 17 | 33 | 24 | 22 | 22 | 30 |
| Octal | 244 | 177 | 120 | 0 | 27 | 63 | 44 | 42 | 42 | 60 |
| Binary | 10100100 | 1111111 | 1010000 | 0 | 10111 | 110011 | 100100 | 100010 | 100010 | 110000 |
Color Harmonies of #A47F50
Complementary color
Monochromatic Colors of #A47F50
Black with #A47F50
Text Example
Text Example
White with #A47F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47F50; }
p { color: rgb(164,127,80); }
H1.HeaderClassName
{
color: #A47F50;
}
.AnyTagClassName
{
color: #A47F50;
}
</style>
background-color css
<style>
a { background-color: #A47F50; }
a { background-color: rgb(164,127,80); }
div.DivClassName
{
background-color: #A47F50;
}
.BgClassName
{
background-color: #A47F50;
}
</style>
border-color css
<style>
span { border-color: #A47F50; }
span { border-color: rgb(164,127,80); }
td.TdClassName
{
border-color: #A47F50;
}
.TagClassName
{
border-color: #A47F50;
}
</style>