Shades of Muesli #A27746
Tints of Muesli #A27746
RGB
CMYK
RGB Variations
Color information
#A27746 (or 0xA27746) is known color: Muesli. HEX triplet: A2, 77 and 46. RGB value is (162,119,70). Sum of RGB (Red+Green+Blue) = 162+119+70=351 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.15% from 351); Green value is 119 (46.88% from 255 or 33.90% from 351); Blue value is 70 (27.73% from 255 or 19.94% from 351); Max value from RGB is 162 - color contains mainly: red. Hex color #A27746 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27746 is #5D88B9. Grayscale: #7E7E7E. Windows color (decimal): -6129850 or 4618146. OLE color: 4618146.
HSL color Cylindrical-coordinate representation of color #A27746: hue angle of 31.96º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A27746 is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 119 | 70 | - |
| CMYK | 0 | 0.27 | 0.57 | 0.36 |
| HSL | 31.96º | 0.4% | 0.45% | - |
| HSV(B) | 31.96º | 0.57% | 0.64% | - |
| XYZ | 22.6 | 21.32 | 8.72 | - |
| YUV | 126.27 | 96.25 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 119 | 70 | 0 | 0.27 | 0.57 | 0.36 | 31.96 | 0.4 | 0.45 |
| Hex | A2 | 77 | 46 | 0 | 1B | 39 | 24 | 20 | 28 | 2D |
| Octal | 242 | 167 | 106 | 0 | 33 | 71 | 44 | 40 | 50 | 55 |
| Binary | 10100010 | 1110111 | 1000110 | 0 | 11011 | 111001 | 100100 | 100000 | 101000 | 101101 |
Color Harmonies of #A27746
Complementary color
Monochromatic Colors of #A27746
Black with #A27746
Text Example
Text Example
White with #A27746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27746; }
p { color: rgb(162,119,70); }
H1.HeaderClassName
{
color: #A27746;
}
.AnyTagClassName
{
color: #A27746;
}
</style>
background-color css
<style>
a { background-color: #A27746; }
a { background-color: rgb(162,119,70); }
div.DivClassName
{
background-color: #A27746;
}
.BgClassName
{
background-color: #A27746;
}
</style>
border-color css
<style>
span { border-color: #A27746; }
span { border-color: rgb(162,119,70); }
td.TdClassName
{
border-color: #A27746;
}
.TagClassName
{
border-color: #A27746;
}
</style>