Shades of Muesli #A27B48
Tints of Muesli #A27B48
RGB
CMYK
RGB Variations
Color information
#A27B48 (or 0xA27B48) is known color: Muesli. HEX triplet: A2, 7B and 48. RGB value is (162,123,72). Sum of RGB (Red+Green+Blue) = 162+123+72=357 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.38% from 357); Green value is 123 (48.44% from 255 or 34.45% from 357); Blue value is 72 (28.52% from 255 or 20.17% from 357); Max value from RGB is 162 - color contains mainly: red. Hex color #A27B48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27B48 is #5D84B7. Grayscale: #818181. Windows color (decimal): -6128824 or 4750242. OLE color: 4750242.
HSL color Cylindrical-coordinate representation of color #A27B48: hue angle of 34º 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 #A27B48 is Cyan = 0, Magento = 0.24, Yellow = 0.56 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 123 | 72 | - |
| CMYK | 0 | 0.24 | 0.56 | 0.36 |
| HSL | 34º | 0.38% | 0.46% | - |
| HSV(B) | 34º | 0.56% | 0.64% | - |
| XYZ | 23.15 | 22.32 | 9.22 | - |
| YUV | 128.85 | 95.92 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 123 | 72 | 0 | 0.24 | 0.56 | 0.36 | 34 | 0.38 | 0.46 |
| Hex | A2 | 7B | 48 | 0 | 18 | 38 | 24 | 22 | 26 | 2E |
| Octal | 242 | 173 | 110 | 0 | 30 | 70 | 44 | 42 | 46 | 56 |
| Binary | 10100010 | 1111011 | 1001000 | 0 | 11000 | 111000 | 100100 | 100010 | 100110 | 101110 |
Color Harmonies of #A27B48
Complementary color
Monochromatic Colors of #A27B48
Black with #A27B48
Text Example
Text Example
White with #A27B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27B48; }
p { color: rgb(162,123,72); }
H1.HeaderClassName
{
color: #A27B48;
}
.AnyTagClassName
{
color: #A27B48;
}
</style>
background-color css
<style>
a { background-color: #A27B48; }
a { background-color: rgb(162,123,72); }
div.DivClassName
{
background-color: #A27B48;
}
.BgClassName
{
background-color: #A27B48;
}
</style>
border-color css
<style>
span { border-color: #A27B48; }
span { border-color: rgb(162,123,72); }
td.TdClassName
{
border-color: #A27B48;
}
.TagClassName
{
border-color: #A27B48;
}
</style>