Shades of Muesli #AA7954
Tints of Muesli #AA7954
RGB
CMYK
RGB Variations
Color information
#AA7954 (or 0xAA7954) is known color: Muesli. HEX triplet: AA, 79 and 54. RGB value is (170,121,84). Sum of RGB (Red+Green+Blue) = 170+121+84=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 121 (47.66% from 255 or 32.27% from 375); Blue value is 84 (33.20% from 255 or 22.4% from 375); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7954 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7954 is #5586AB. Grayscale: #838383. Windows color (decimal): -5605036 or 5536170. OLE color: 5536170.
HSL color Cylindrical-coordinate representation of color #AA7954: hue angle of 25.81º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA7954 is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 121 | 84 | - |
| CMYK | 0 | 0.29 | 0.51 | 0.33 |
| HSL | 25.81º | 0.34% | 0.5% | - |
| HSV(B) | 25.81º | 0.51% | 0.67% | - |
| XYZ | 25.02 | 22.86 | 11.48 | - |
| YUV | 131.43 | 101.23 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 121 | 84 | 0 | 0.29 | 0.51 | 0.33 | 25.81 | 0.34 | 0.5 |
| Hex | AA | 79 | 54 | 0 | 1D | 33 | 21 | 1A | 22 | 32 |
| Octal | 252 | 171 | 124 | 0 | 35 | 63 | 41 | 32 | 42 | 62 |
| Binary | 10101010 | 1111001 | 1010100 | 0 | 11101 | 110011 | 100001 | 11010 | 100010 | 110010 |
Color Harmonies of #AA7954
Complementary color
Monochromatic Colors of #AA7954
Black with #AA7954
Text Example
Text Example
White with #AA7954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7954; }
p { color: rgb(170,121,84); }
H1.HeaderClassName
{
color: #AA7954;
}
.AnyTagClassName
{
color: #AA7954;
}
</style>
background-color css
<style>
a { background-color: #AA7954; }
a { background-color: rgb(170,121,84); }
div.DivClassName
{
background-color: #AA7954;
}
.BgClassName
{
background-color: #AA7954;
}
</style>
border-color css
<style>
span { border-color: #AA7954; }
span { border-color: rgb(170,121,84); }
td.TdClassName
{
border-color: #AA7954;
}
.TagClassName
{
border-color: #AA7954;
}
</style>