Shades of Muesli #A77952
Tints of Muesli #A77952
RGB
CMYK
RGB Variations
Color information
#A77952 (or 0xA77952) is known color: Muesli. HEX triplet: A7, 79 and 52. RGB value is (167,121,82). Sum of RGB (Red+Green+Blue) = 167+121+82=370 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.14% from 370); Green value is 121 (47.66% from 255 or 32.70% from 370); Blue value is 82 (32.42% from 255 or 22.16% from 370); Max value from RGB is 167 - color contains mainly: red. Hex color #A77952 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77952 is #5886AD. Grayscale: #828282. Windows color (decimal): -5801646 or 5405095. OLE color: 5405095.
HSL color Cylindrical-coordinate representation of color #A77952: hue angle of 27.53º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A77952 is Cyan = 0, Magento = 0.28, Yellow = 0.51 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 121 | 82 | - |
| CMYK | 0 | 0.28 | 0.51 | 0.35 |
| HSL | 27.53º | 0.34% | 0.49% | - |
| HSV(B) | 27.53º | 0.51% | 0.65% | - |
| XYZ | 24.3 | 22.5 | 11.04 | - |
| YUV | 130.31 | 100.74 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 121 | 82 | 0 | 0.28 | 0.51 | 0.35 | 27.53 | 0.34 | 0.49 |
| Hex | A7 | 79 | 52 | 0 | 1C | 33 | 23 | 1C | 22 | 31 |
| Octal | 247 | 171 | 122 | 0 | 34 | 63 | 43 | 34 | 42 | 61 |
| Binary | 10100111 | 1111001 | 1010010 | 0 | 11100 | 110011 | 100011 | 11100 | 100010 | 110001 |
Color Harmonies of #A77952
Complementary color
Monochromatic Colors of #A77952
Black with #A77952
Text Example
Text Example
White with #A77952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77952; }
p { color: rgb(167,121,82); }
H1.HeaderClassName
{
color: #A77952;
}
.AnyTagClassName
{
color: #A77952;
}
</style>
background-color css
<style>
a { background-color: #A77952; }
a { background-color: rgb(167,121,82); }
div.DivClassName
{
background-color: #A77952;
}
.BgClassName
{
background-color: #A77952;
}
</style>
border-color css
<style>
span { border-color: #A77952; }
span { border-color: rgb(167,121,82); }
td.TdClassName
{
border-color: #A77952;
}
.TagClassName
{
border-color: #A77952;
}
</style>