Shades of Muesli #A27849
Tints of Muesli #A27849
RGB
CMYK
RGB Variations
Color information
#A27849 (or 0xA27849) is known color: Muesli. HEX triplet: A2, 78 and 49. RGB value is (162,120,73). Sum of RGB (Red+Green+Blue) = 162+120+73=355 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.63% from 355); Green value is 120 (47.27% from 255 or 33.80% from 355); Blue value is 73 (28.91% from 255 or 20.56% from 355); Max value from RGB is 162 - color contains mainly: red. Hex color #A27849 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27849 is #5D87B6. Grayscale: #7F7F7F. Windows color (decimal): -6129591 or 4815010. OLE color: 4815010.
HSL color Cylindrical-coordinate representation of color #A27849: hue angle of 31.69º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A27849 is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 120 | 73 | - |
| CMYK | 0 | 0.26 | 0.55 | 0.36 |
| HSL | 31.69º | 0.38% | 0.46% | - |
| HSV(B) | 31.69º | 0.55% | 0.64% | - |
| XYZ | 22.82 | 21.6 | 9.27 | - |
| YUV | 127.2 | 97.41 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 120 | 73 | 0 | 0.26 | 0.55 | 0.36 | 31.69 | 0.38 | 0.46 |
| Hex | A2 | 78 | 49 | 0 | 1A | 37 | 24 | 20 | 26 | 2E |
| Octal | 242 | 170 | 111 | 0 | 32 | 67 | 44 | 40 | 46 | 56 |
| Binary | 10100010 | 1111000 | 1001001 | 0 | 11010 | 110111 | 100100 | 100000 | 100110 | 101110 |
Color Harmonies of #A27849
Complementary color
Monochromatic Colors of #A27849
Black with #A27849
Text Example
Text Example
White with #A27849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27849; }
p { color: rgb(162,120,73); }
H1.HeaderClassName
{
color: #A27849;
}
.AnyTagClassName
{
color: #A27849;
}
</style>
background-color css
<style>
a { background-color: #A27849; }
a { background-color: rgb(162,120,73); }
div.DivClassName
{
background-color: #A27849;
}
.BgClassName
{
background-color: #A27849;
}
</style>
border-color css
<style>
span { border-color: #A27849; }
span { border-color: rgb(162,120,73); }
td.TdClassName
{
border-color: #A27849;
}
.TagClassName
{
border-color: #A27849;
}
</style>