Shades of Muesli #A27B50
Tints of Muesli #A27B50
RGB
CMYK
RGB Variations
Color information
#A27B50 (or 0xA27B50) is known color: Muesli. HEX triplet: A2, 7B and 50. RGB value is (162,123,80). Sum of RGB (Red+Green+Blue) = 162+123+80=365 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.38% from 365); Green value is 123 (48.44% from 255 or 33.70% from 365); Blue value is 80 (31.64% from 255 or 21.92% from 365); Max value from RGB is 162 - color contains mainly: red. Hex color #A27B50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27B50 is #5D84AF. Grayscale: #818181. Windows color (decimal): -6128816 or 5274530. OLE color: 5274530.
HSL color Cylindrical-coordinate representation of color #A27B50: hue angle of 31.46º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A27B50 is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 123 | 80 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.36 |
| HSL | 31.46º | 0.34% | 0.47% | - |
| HSV(B) | 31.46º | 0.51% | 0.64% | - |
| XYZ | 23.43 | 22.43 | 10.68 | - |
| YUV | 129.76 | 99.92 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 123 | 80 | 0 | 0.24 | 0.51 | 0.36 | 31.46 | 0.34 | 0.47 |
| Hex | A2 | 7B | 50 | 0 | 18 | 33 | 24 | 1F | 22 | 2F |
| Octal | 242 | 173 | 120 | 0 | 30 | 63 | 44 | 37 | 42 | 57 |
| Binary | 10100010 | 1111011 | 1010000 | 0 | 11000 | 110011 | 100100 | 11111 | 100010 | 101111 |
Color Harmonies of #A27B50
Complementary color
Monochromatic Colors of #A27B50
Black with #A27B50
Text Example
Text Example
White with #A27B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27B50; }
p { color: rgb(162,123,80); }
H1.HeaderClassName
{
color: #A27B50;
}
.AnyTagClassName
{
color: #A27B50;
}
</style>
background-color css
<style>
a { background-color: #A27B50; }
a { background-color: rgb(162,123,80); }
div.DivClassName
{
background-color: #A27B50;
}
.BgClassName
{
background-color: #A27B50;
}
</style>
border-color css
<style>
span { border-color: #A27B50; }
span { border-color: rgb(162,123,80); }
td.TdClassName
{
border-color: #A27B50;
}
.TagClassName
{
border-color: #A27B50;
}
</style>