Shades of Muesli #A27C50
Tints of Muesli #A27C50
RGB
CMYK
RGB Variations
Color information
#A27C50 (or 0xA27C50) is known color: Muesli. HEX triplet: A2, 7C and 50. RGB value is (162,124,80). Sum of RGB (Red+Green+Blue) = 162+124+80=366 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.26% from 366); Green value is 124 (48.83% from 255 or 33.88% from 366); Blue value is 80 (31.64% from 255 or 21.86% from 366); Max value from RGB is 162 - color contains mainly: red. Hex color #A27C50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27C50 is #5D83AF. Grayscale: #828282. Windows color (decimal): -6128560 or 5274786. OLE color: 5274786.
HSL color Cylindrical-coordinate representation of color #A27C50: hue angle of 32.2º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A27C50 is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 124 | 80 | - |
| CMYK | 0 | 0.23 | 0.51 | 0.36 |
| HSL | 32.2º | 0.34% | 0.47% | - |
| HSV(B) | 32.2º | 0.51% | 0.64% | - |
| XYZ | 23.56 | 22.68 | 10.72 | - |
| YUV | 130.35 | 99.59 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 124 | 80 | 0 | 0.23 | 0.51 | 0.36 | 32.2 | 0.34 | 0.47 |
| Hex | A2 | 7C | 50 | 0 | 17 | 33 | 24 | 20 | 22 | 2F |
| Octal | 242 | 174 | 120 | 0 | 27 | 63 | 44 | 40 | 42 | 57 |
| Binary | 10100010 | 1111100 | 1010000 | 0 | 10111 | 110011 | 100100 | 100000 | 100010 | 101111 |
Color Harmonies of #A27C50
Complementary color
Monochromatic Colors of #A27C50
Black with #A27C50
Text Example
Text Example
White with #A27C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27C50; }
p { color: rgb(162,124,80); }
H1.HeaderClassName
{
color: #A27C50;
}
.AnyTagClassName
{
color: #A27C50;
}
</style>
background-color css
<style>
a { background-color: #A27C50; }
a { background-color: rgb(162,124,80); }
div.DivClassName
{
background-color: #A27C50;
}
.BgClassName
{
background-color: #A27C50;
}
</style>
border-color css
<style>
span { border-color: #A27C50; }
span { border-color: rgb(162,124,80); }
td.TdClassName
{
border-color: #A27C50;
}
.TagClassName
{
border-color: #A27C50;
}
</style>