Shades of Muesli #A27F57
Tints of Muesli #A27F57
RGB
CMYK
RGB Variations
Color information
#A27F57 (or 0xA27F57) is known color: Muesli. HEX triplet: A2, 7F and 57. RGB value is (162,127,87). Sum of RGB (Red+Green+Blue) = 162+127+87=376 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.09% from 376); Green value is 127 (50% from 255 or 33.78% from 376); Blue value is 87 (34.38% from 255 or 23.14% from 376); Max value from RGB is 162 - color contains mainly: red. Hex color #A27F57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27F57 is #5D80A8. Grayscale: #858585. Windows color (decimal): -6127785 or 5734306. OLE color: 5734306.
HSL color Cylindrical-coordinate representation of color #A27F57: hue angle of 32º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A27F57 is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 127 | 87 | - |
| CMYK | 0 | 0.22 | 0.46 | 0.36 |
| HSL | 32º | 0.3% | 0.49% | - |
| HSV(B) | 32º | 0.46% | 0.64% | - |
| XYZ | 24.21 | 23.55 | 12.29 | - |
| YUV | 132.91 | 102.1 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 127 | 87 | 0 | 0.22 | 0.46 | 0.36 | 32 | 0.3 | 0.49 |
| Hex | A2 | 7F | 57 | 0 | 16 | 2E | 24 | 20 | 1E | 31 |
| Octal | 242 | 177 | 127 | 0 | 26 | 56 | 44 | 40 | 36 | 61 |
| Binary | 10100010 | 1111111 | 1010111 | 0 | 10110 | 101110 | 100100 | 100000 | 11110 | 110001 |
Color Harmonies of #A27F57
Complementary color
Monochromatic Colors of #A27F57
Black with #A27F57
Text Example
Text Example
White with #A27F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27F57; }
p { color: rgb(162,127,87); }
H1.HeaderClassName
{
color: #A27F57;
}
.AnyTagClassName
{
color: #A27F57;
}
</style>
background-color css
<style>
a { background-color: #A27F57; }
a { background-color: rgb(162,127,87); }
div.DivClassName
{
background-color: #A27F57;
}
.BgClassName
{
background-color: #A27F57;
}
</style>
border-color css
<style>
span { border-color: #A27F57; }
span { border-color: rgb(162,127,87); }
td.TdClassName
{
border-color: #A27F57;
}
.TagClassName
{
border-color: #A27F57;
}
</style>