Shades of Muesli #A27850
Tints of Muesli #A27850
RGB
CMYK
RGB Variations
Color information
#A27850 (or 0xA27850) is known color: Muesli. HEX triplet: A2, 78 and 50. RGB value is (162,120,80). Sum of RGB (Red+Green+Blue) = 162+120+80=362 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.75% from 362); Green value is 120 (47.27% from 255 or 33.15% from 362); Blue value is 80 (31.64% from 255 or 22.10% from 362); Max value from RGB is 162 - color contains mainly: red. Hex color #A27850 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27850 is #5D87AF. Grayscale: #808080. Windows color (decimal): -6129584 or 5273762. OLE color: 5273762.
HSL color Cylindrical-coordinate representation of color #A27850: hue angle of 29.27º 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 #A27850 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 120 | 80 | - |
| CMYK | 0 | 0.26 | 0.51 | 0.36 |
| HSL | 29.27º | 0.34% | 0.47% | - |
| HSV(B) | 29.27º | 0.51% | 0.64% | - |
| XYZ | 23.06 | 21.69 | 10.56 | - |
| YUV | 128 | 100.91 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 120 | 80 | 0 | 0.26 | 0.51 | 0.36 | 29.27 | 0.34 | 0.47 |
| Hex | A2 | 78 | 50 | 0 | 1A | 33 | 24 | 1D | 22 | 2F |
| Octal | 242 | 170 | 120 | 0 | 32 | 63 | 44 | 35 | 42 | 57 |
| Binary | 10100010 | 1111000 | 1010000 | 0 | 11010 | 110011 | 100100 | 11101 | 100010 | 101111 |
Color Harmonies of #A27850
Complementary color
Monochromatic Colors of #A27850
Black with #A27850
Text Example
Text Example
White with #A27850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27850; }
p { color: rgb(162,120,80); }
H1.HeaderClassName
{
color: #A27850;
}
.AnyTagClassName
{
color: #A27850;
}
</style>
background-color css
<style>
a { background-color: #A27850; }
a { background-color: rgb(162,120,80); }
div.DivClassName
{
background-color: #A27850;
}
.BgClassName
{
background-color: #A27850;
}
</style>
border-color css
<style>
span { border-color: #A27850; }
span { border-color: rgb(162,120,80); }
td.TdClassName
{
border-color: #A27850;
}
.TagClassName
{
border-color: #A27850;
}
</style>