Shades of Muesli #A27648
Tints of Muesli #A27648
RGB
CMYK
RGB Variations
Color information
#A27648 (or 0xA27648) is known color: Muesli. HEX triplet: A2, 76 and 48. RGB value is (162,118,72). Sum of RGB (Red+Green+Blue) = 162+118+72=352 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.02% from 352); Green value is 118 (46.48% from 255 or 33.52% from 352); Blue value is 72 (28.52% from 255 or 20.45% from 352); Max value from RGB is 162 - color contains mainly: red. Hex color #A27648 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27648 is #5D89B7. Grayscale: #7E7E7E. Windows color (decimal): -6130104 or 4748962. OLE color: 4748962.
HSL color Cylindrical-coordinate representation of color #A27648: hue angle of 30.67º 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 #A27648 is Cyan = 0, Magento = 0.27, Yellow = 0.56 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 118 | 72 | - |
| CMYK | 0 | 0.27 | 0.56 | 0.36 |
| HSL | 30.67º | 0.38% | 0.46% | - |
| HSV(B) | 30.67º | 0.56% | 0.64% | - |
| XYZ | 22.55 | 21.11 | 9.02 | - |
| YUV | 125.91 | 97.58 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 118 | 72 | 0 | 0.27 | 0.56 | 0.36 | 30.67 | 0.38 | 0.46 |
| Hex | A2 | 76 | 48 | 0 | 1B | 38 | 24 | 1F | 26 | 2E |
| Octal | 242 | 166 | 110 | 0 | 33 | 70 | 44 | 37 | 46 | 56 |
| Binary | 10100010 | 1110110 | 1001000 | 0 | 11011 | 111000 | 100100 | 11111 | 100110 | 101110 |
Color Harmonies of #A27648
Complementary color
Monochromatic Colors of #A27648
Black with #A27648
Text Example
Text Example
White with #A27648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27648; }
p { color: rgb(162,118,72); }
H1.HeaderClassName
{
color: #A27648;
}
.AnyTagClassName
{
color: #A27648;
}
</style>
background-color css
<style>
a { background-color: #A27648; }
a { background-color: rgb(162,118,72); }
div.DivClassName
{
background-color: #A27648;
}
.BgClassName
{
background-color: #A27648;
}
</style>
border-color css
<style>
span { border-color: #A27648; }
span { border-color: rgb(162,118,72); }
td.TdClassName
{
border-color: #A27648;
}
.TagClassName
{
border-color: #A27648;
}
</style>