Shades of Muesli #A27748
Tints of Muesli #A27748
RGB
CMYK
RGB Variations
Color information
#A27748 (or 0xA27748) is known color: Muesli. HEX triplet: A2, 77 and 48. RGB value is (162,119,72). Sum of RGB (Red+Green+Blue) = 162+119+72=353 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.89% from 353); Green value is 119 (46.88% from 255 or 33.71% from 353); Blue value is 72 (28.52% from 255 or 20.40% from 353); Max value from RGB is 162 - color contains mainly: red. Hex color #A27748 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27748 is #5D88B7. Grayscale: #7E7E7E. Windows color (decimal): -6129848 or 4749218. OLE color: 4749218.
HSL color Cylindrical-coordinate representation of color #A27748: hue angle of 31.33º degrees, saturation: 0.38, 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 #A27748 is Cyan = 0, Magento = 0.27, Yellow = 0.56 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 119 | 72 | - |
| CMYK | 0 | 0.27 | 0.56 | 0.36 |
| HSL | 31.33º | 0.38% | 0.46% | - |
| HSV(B) | 31.33º | 0.56% | 0.64% | - |
| XYZ | 22.67 | 21.34 | 9.06 | - |
| YUV | 126.5 | 97.25 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 119 | 72 | 0 | 0.27 | 0.56 | 0.36 | 31.33 | 0.38 | 0.46 |
| Hex | A2 | 77 | 48 | 0 | 1B | 38 | 24 | 1F | 26 | 2E |
| Octal | 242 | 167 | 110 | 0 | 33 | 70 | 44 | 37 | 46 | 56 |
| Binary | 10100010 | 1110111 | 1001000 | 0 | 11011 | 111000 | 100100 | 11111 | 100110 | 101110 |
Color Harmonies of #A27748
Complementary color
Monochromatic Colors of #A27748
Black with #A27748
Text Example
Text Example
White with #A27748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27748; }
p { color: rgb(162,119,72); }
H1.HeaderClassName
{
color: #A27748;
}
.AnyTagClassName
{
color: #A27748;
}
</style>
background-color css
<style>
a { background-color: #A27748; }
a { background-color: rgb(162,119,72); }
div.DivClassName
{
background-color: #A27748;
}
.BgClassName
{
background-color: #A27748;
}
</style>
border-color css
<style>
span { border-color: #A27748; }
span { border-color: rgb(162,119,72); }
td.TdClassName
{
border-color: #A27748;
}
.TagClassName
{
border-color: #A27748;
}
</style>