Shades of Muesli #A27B56
Tints of Muesli #A27B56
RGB
CMYK
RGB Variations
Color information
#A27B56 (or 0xA27B56) is known color: Muesli. HEX triplet: A2, 7B and 56. RGB value is (162,123,86). Sum of RGB (Red+Green+Blue) = 162+123+86=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 123 (48.44% from 255 or 33.15% from 371); Blue value is 86 (33.98% from 255 or 23.18% from 371); Max value from RGB is 162 - color contains mainly: red. Hex color #A27B56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27B56 is #5D84A9. Grayscale: #828282. Windows color (decimal): -6128810 or 5667746. OLE color: 5667746.
HSL color Cylindrical-coordinate representation of color #A27B56: hue angle of 29.21º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A27B56 is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 123 | 86 | - |
| CMYK | 0 | 0.24 | 0.47 | 0.36 |
| HSL | 29.21º | 0.31% | 0.49% | - |
| HSV(B) | 29.21º | 0.47% | 0.64% | - |
| XYZ | 23.66 | 22.52 | 11.9 | - |
| YUV | 130.44 | 102.92 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 123 | 86 | 0 | 0.24 | 0.47 | 0.36 | 29.21 | 0.31 | 0.49 |
| Hex | A2 | 7B | 56 | 0 | 18 | 2F | 24 | 1D | 1F | 31 |
| Octal | 242 | 173 | 126 | 0 | 30 | 57 | 44 | 35 | 37 | 61 |
| Binary | 10100010 | 1111011 | 1010110 | 0 | 11000 | 101111 | 100100 | 11101 | 11111 | 110001 |
Color Harmonies of #A27B56
Complementary color
Monochromatic Colors of #A27B56
Black with #A27B56
Text Example
Text Example
White with #A27B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27B56; }
p { color: rgb(162,123,86); }
H1.HeaderClassName
{
color: #A27B56;
}
.AnyTagClassName
{
color: #A27B56;
}
</style>
background-color css
<style>
a { background-color: #A27B56; }
a { background-color: rgb(162,123,86); }
div.DivClassName
{
background-color: #A27B56;
}
.BgClassName
{
background-color: #A27B56;
}
</style>
border-color css
<style>
span { border-color: #A27B56; }
span { border-color: rgb(162,123,86); }
td.TdClassName
{
border-color: #A27B56;
}
.TagClassName
{
border-color: #A27B56;
}
</style>