Shades of Muesli #AA7953
Tints of Muesli #AA7953
RGB
CMYK
RGB Variations
Color information
#AA7953 (or 0xAA7953) is known color: Muesli. HEX triplet: AA, 79 and 53. RGB value is (170,121,83). Sum of RGB (Red+Green+Blue) = 170+121+83=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 121 (47.66% from 255 or 32.35% from 374); Blue value is 83 (32.81% from 255 or 22.19% from 374); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7953 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7953 is #5586AC. Grayscale: #838383. Windows color (decimal): -5605037 or 5470634. OLE color: 5470634.
HSL color Cylindrical-coordinate representation of color #AA7953: hue angle of 26.21º 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 #AA7953 is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 121 | 83 | - |
| CMYK | 0 | 0.29 | 0.51 | 0.33 |
| HSL | 26.21º | 0.34% | 0.5% | - |
| HSV(B) | 26.21º | 0.51% | 0.67% | - |
| XYZ | 24.98 | 22.85 | 11.28 | - |
| YUV | 131.32 | 100.73 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 121 | 83 | 0 | 0.29 | 0.51 | 0.33 | 26.21 | 0.34 | 0.5 |
| Hex | AA | 79 | 53 | 0 | 1D | 33 | 21 | 1A | 22 | 32 |
| Octal | 252 | 171 | 123 | 0 | 35 | 63 | 41 | 32 | 42 | 62 |
| Binary | 10101010 | 1111001 | 1010011 | 0 | 11101 | 110011 | 100001 | 11010 | 100010 | 110010 |
Color Harmonies of #AA7953
Complementary color
Monochromatic Colors of #AA7953
Black with #AA7953
Text Example
Text Example
White with #AA7953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7953; }
p { color: rgb(170,121,83); }
H1.HeaderClassName
{
color: #AA7953;
}
.AnyTagClassName
{
color: #AA7953;
}
</style>
background-color css
<style>
a { background-color: #AA7953; }
a { background-color: rgb(170,121,83); }
div.DivClassName
{
background-color: #AA7953;
}
.BgClassName
{
background-color: #AA7953;
}
</style>
border-color css
<style>
span { border-color: #AA7953; }
span { border-color: rgb(170,121,83); }
td.TdClassName
{
border-color: #AA7953;
}
.TagClassName
{
border-color: #AA7953;
}
</style>