Shades of Muesli #A27E59
Tints of Muesli #A27E59
RGB
CMYK
RGB Variations
Color information
#A27E59 (or 0xA27E59) is known color: Muesli. HEX triplet: A2, 7E and 59. RGB value is (162,126,89). Sum of RGB (Red+Green+Blue) = 162+126+89=377 (49% of max value = 765). Red value is 162 (63.67% from 255 or 42.97% from 377); Green value is 126 (49.61% from 255 or 33.42% from 377); Blue value is 89 (35.16% from 255 or 23.61% from 377); Max value from RGB is 162 - color contains mainly: red. Hex color #A27E59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27E59 is #5D81A6. Grayscale: #848484. Windows color (decimal): -6128039 or 5865122. OLE color: 5865122.
HSL color Cylindrical-coordinate representation of color #A27E59: hue angle of 30.41º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A27E59 is Cyan = 0, Magento = 0.22, Yellow = 0.45 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 126 | 89 | - |
| CMYK | 0 | 0.22 | 0.45 | 0.36 |
| HSL | 30.41º | 0.29% | 0.49% | - |
| HSV(B) | 30.41º | 0.45% | 0.64% | - |
| XYZ | 24.16 | 23.32 | 12.68 | - |
| YUV | 132.55 | 103.43 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 126 | 89 | 0 | 0.22 | 0.45 | 0.36 | 30.41 | 0.29 | 0.49 |
| Hex | A2 | 7E | 59 | 0 | 16 | 2D | 24 | 1E | 1D | 31 |
| Octal | 242 | 176 | 131 | 0 | 26 | 55 | 44 | 36 | 35 | 61 |
| Binary | 10100010 | 1111110 | 1011001 | 0 | 10110 | 101101 | 100100 | 11110 | 11101 | 110001 |
Color Harmonies of #A27E59
Complementary color
Monochromatic Colors of #A27E59
Black with #A27E59
Text Example
Text Example
White with #A27E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27E59; }
p { color: rgb(162,126,89); }
H1.HeaderClassName
{
color: #A27E59;
}
.AnyTagClassName
{
color: #A27E59;
}
</style>
background-color css
<style>
a { background-color: #A27E59; }
a { background-color: rgb(162,126,89); }
div.DivClassName
{
background-color: #A27E59;
}
.BgClassName
{
background-color: #A27E59;
}
</style>
border-color css
<style>
span { border-color: #A27E59; }
span { border-color: rgb(162,126,89); }
td.TdClassName
{
border-color: #A27E59;
}
.TagClassName
{
border-color: #A27E59;
}
</style>