Shades of Muesli #A27B51
Tints of Muesli #A27B51
RGB
CMYK
RGB Variations
Color information
#A27B51 (or 0xA27B51) is known color: Muesli. HEX triplet: A2, 7B and 51. RGB value is (162,123,81). Sum of RGB (Red+Green+Blue) = 162+123+81=366 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.26% from 366); Green value is 123 (48.44% from 255 or 33.61% from 366); Blue value is 81 (32.03% from 255 or 22.13% from 366); Max value from RGB is 162 - color contains mainly: red. Hex color #A27B51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27B51 is #5D84AE. Grayscale: #828282. Windows color (decimal): -6128815 or 5340066. OLE color: 5340066.
HSL color Cylindrical-coordinate representation of color #A27B51: hue angle of 31.11º 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 #A27B51 is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 123 | 81 | - |
| CMYK | 0 | 0.24 | 0.50 | 0.36 |
| HSL | 31.11º | 0.33% | 0.48% | - |
| HSV(B) | 31.11º | 0.5% | 0.64% | - |
| XYZ | 23.47 | 22.44 | 10.88 | - |
| YUV | 129.87 | 100.42 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 123 | 81 | 0 | 0.24 | 0.50 | 0.36 | 31.11 | 0.33 | 0.48 |
| Hex | A2 | 7B | 51 | 0 | 18 | 32 | 24 | 1F | 21 | 30 |
| Octal | 242 | 173 | 121 | 0 | 30 | 62 | 44 | 37 | 41 | 60 |
| Binary | 10100010 | 1111011 | 1010001 | 0 | 11000 | 110010 | 100100 | 11111 | 100001 | 110000 |
Color Harmonies of #A27B51
Complementary color
Monochromatic Colors of #A27B51
Black with #A27B51
Text Example
Text Example
White with #A27B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27B51; }
p { color: rgb(162,123,81); }
H1.HeaderClassName
{
color: #A27B51;
}
.AnyTagClassName
{
color: #A27B51;
}
</style>
background-color css
<style>
a { background-color: #A27B51; }
a { background-color: rgb(162,123,81); }
div.DivClassName
{
background-color: #A27B51;
}
.BgClassName
{
background-color: #A27B51;
}
</style>
border-color css
<style>
span { border-color: #A27B51; }
span { border-color: rgb(162,123,81); }
td.TdClassName
{
border-color: #A27B51;
}
.TagClassName
{
border-color: #A27B51;
}
</style>