Shades of Muesli #A27A51
Tints of Muesli #A27A51
RGB
CMYK
RGB Variations
Color information
#A27A51 (or 0xA27A51) is known color: Muesli. HEX triplet: A2, 7A and 51. RGB value is (162,122,81). Sum of RGB (Red+Green+Blue) = 162+122+81=365 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.38% from 365); Green value is 122 (48.05% from 255 or 33.42% from 365); Blue value is 81 (32.03% from 255 or 22.19% from 365); Max value from RGB is 162 - color contains mainly: red. Hex color #A27A51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27A51 is #5D85AE. Grayscale: #818181. Windows color (decimal): -6129071 or 5339810. OLE color: 5339810.
HSL color Cylindrical-coordinate representation of color #A27A51: hue angle of 30.37º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A27A51 is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 122 | 81 | - |
| CMYK | 0 | 0.25 | 0.50 | 0.36 |
| HSL | 30.37º | 0.33% | 0.48% | - |
| HSV(B) | 30.37º | 0.5% | 0.64% | - |
| XYZ | 23.35 | 22.19 | 10.84 | - |
| YUV | 129.29 | 100.75 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 122 | 81 | 0 | 0.25 | 0.50 | 0.36 | 30.37 | 0.33 | 0.48 |
| Hex | A2 | 7A | 51 | 0 | 19 | 32 | 24 | 1E | 21 | 30 |
| Octal | 242 | 172 | 121 | 0 | 31 | 62 | 44 | 36 | 41 | 60 |
| Binary | 10100010 | 1111010 | 1010001 | 0 | 11001 | 110010 | 100100 | 11110 | 100001 | 110000 |
Color Harmonies of #A27A51
Complementary color
Monochromatic Colors of #A27A51
Black with #A27A51
Text Example
Text Example
White with #A27A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27A51; }
p { color: rgb(162,122,81); }
H1.HeaderClassName
{
color: #A27A51;
}
.AnyTagClassName
{
color: #A27A51;
}
</style>
background-color css
<style>
a { background-color: #A27A51; }
a { background-color: rgb(162,122,81); }
div.DivClassName
{
background-color: #A27A51;
}
.BgClassName
{
background-color: #A27A51;
}
</style>
border-color css
<style>
span { border-color: #A27A51; }
span { border-color: rgb(162,122,81); }
td.TdClassName
{
border-color: #A27A51;
}
.TagClassName
{
border-color: #A27A51;
}
</style>