Shades of Muesli #A27947
Tints of Muesli #A27947
RGB
CMYK
RGB Variations
Color information
#A27947 (or 0xA27947) is known color: Muesli. HEX triplet: A2, 79 and 47. RGB value is (162,121,71). Sum of RGB (Red+Green+Blue) = 162+121+71=354 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.76% from 354); Green value is 121 (47.66% from 255 or 34.18% from 354); Blue value is 71 (28.12% from 255 or 20.06% from 354); Max value from RGB is 162 - color contains mainly: red. Hex color #A27947 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27947 is #5D86B8. Grayscale: #7F7F7F. Windows color (decimal): -6129337 or 4684194. OLE color: 4684194.
HSL color Cylindrical-coordinate representation of color #A27947: hue angle of 32.97º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A27947 is Cyan = 0, Magento = 0.25, Yellow = 0.56 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 121 | 71 | - |
| CMYK | 0 | 0.25 | 0.56 | 0.36 |
| HSL | 32.97º | 0.39% | 0.46% | - |
| HSV(B) | 32.97º | 0.56% | 0.64% | - |
| XYZ | 22.88 | 21.81 | 8.97 | - |
| YUV | 127.56 | 96.08 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 121 | 71 | 0 | 0.25 | 0.56 | 0.36 | 32.97 | 0.39 | 0.46 |
| Hex | A2 | 79 | 47 | 0 | 19 | 38 | 24 | 21 | 27 | 2E |
| Octal | 242 | 171 | 107 | 0 | 31 | 70 | 44 | 41 | 47 | 56 |
| Binary | 10100010 | 1111001 | 1000111 | 0 | 11001 | 111000 | 100100 | 100001 | 100111 | 101110 |
Color Harmonies of #A27947
Complementary color
Monochromatic Colors of #A27947
Black with #A27947
Text Example
Text Example
White with #A27947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27947; }
p { color: rgb(162,121,71); }
H1.HeaderClassName
{
color: #A27947;
}
.AnyTagClassName
{
color: #A27947;
}
</style>
background-color css
<style>
a { background-color: #A27947; }
a { background-color: rgb(162,121,71); }
div.DivClassName
{
background-color: #A27947;
}
.BgClassName
{
background-color: #A27947;
}
</style>
border-color css
<style>
span { border-color: #A27947; }
span { border-color: rgb(162,121,71); }
td.TdClassName
{
border-color: #A27947;
}
.TagClassName
{
border-color: #A27947;
}
</style>