Shades of Muesli #A97A54
Tints of Muesli #A97A54
RGB
CMYK
RGB Variations
Color information
#A97A54 (or 0xA97A54) is known color: Muesli. HEX triplet: A9, 7A and 54. RGB value is (169,122,84). Sum of RGB (Red+Green+Blue) = 169+122+84=375 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.07% from 375); Green value is 122 (48.05% from 255 or 32.53% from 375); Blue value is 84 (33.20% from 255 or 22.4% from 375); Max value from RGB is 169 - color contains mainly: red. Hex color #A97A54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97A54 is #5685AB. Grayscale: #838383. Windows color (decimal): -5670316 or 5536425. OLE color: 5536425.
HSL color Cylindrical-coordinate representation of color #A97A54: hue angle of 26.82º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A97A54 is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 122 | 84 | - |
| CMYK | 0 | 0.28 | 0.50 | 0.34 |
| HSL | 26.82º | 0.34% | 0.5% | - |
| HSV(B) | 26.82º | 0.5% | 0.66% | - |
| XYZ | 24.92 | 22.99 | 11.51 | - |
| YUV | 131.72 | 101.07 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 122 | 84 | 0 | 0.28 | 0.50 | 0.34 | 26.82 | 0.34 | 0.5 |
| Hex | A9 | 7A | 54 | 0 | 1C | 32 | 22 | 1B | 22 | 32 |
| Octal | 251 | 172 | 124 | 0 | 34 | 62 | 42 | 33 | 42 | 62 |
| Binary | 10101001 | 1111010 | 1010100 | 0 | 11100 | 110010 | 100010 | 11011 | 100010 | 110010 |
Color Harmonies of #A97A54
Complementary color
Monochromatic Colors of #A97A54
Black with #A97A54
Text Example
Text Example
White with #A97A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97A54; }
p { color: rgb(169,122,84); }
H1.HeaderClassName
{
color: #A97A54;
}
.AnyTagClassName
{
color: #A97A54;
}
</style>
background-color css
<style>
a { background-color: #A97A54; }
a { background-color: rgb(169,122,84); }
div.DivClassName
{
background-color: #A97A54;
}
.BgClassName
{
background-color: #A97A54;
}
</style>
border-color css
<style>
span { border-color: #A97A54; }
span { border-color: rgb(169,122,84); }
td.TdClassName
{
border-color: #A97A54;
}
.TagClassName
{
border-color: #A97A54;
}
</style>