Shades of Muesli #A47A4E
Tints of Muesli #A47A4E
RGB
CMYK
RGB Variations
Color information
#A47A4E (or 0xA47A4E) is known color: Muesli. HEX triplet: A4, 7A and 4E. RGB value is (164,122,78). Sum of RGB (Red+Green+Blue) = 164+122+78=364 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.05% from 364); Green value is 122 (48.05% from 255 or 33.52% from 364); Blue value is 78 (30.86% from 255 or 21.43% from 364); Max value from RGB is 164 - color contains mainly: red. Hex color #A47A4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47A4E is #5B85B1. Grayscale: #818181. Windows color (decimal): -5998002 or 5143204. OLE color: 5143204.
HSL color Cylindrical-coordinate representation of color #A47A4E: hue angle of 30.7º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A47A4E is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 122 | 78 | - |
| CMYK | 0 | 0.26 | 0.52 | 0.36 |
| HSL | 30.7º | 0.36% | 0.47% | - |
| HSV(B) | 30.7º | 0.52% | 0.64% | - |
| XYZ | 23.64 | 22.36 | 10.28 | - |
| YUV | 129.54 | 98.91 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 122 | 78 | 0 | 0.26 | 0.52 | 0.36 | 30.7 | 0.36 | 0.47 |
| Hex | A4 | 7A | 4E | 0 | 1A | 34 | 24 | 1F | 24 | 2F |
| Octal | 244 | 172 | 116 | 0 | 32 | 64 | 44 | 37 | 44 | 57 |
| Binary | 10100100 | 1111010 | 1001110 | 0 | 11010 | 110100 | 100100 | 11111 | 100100 | 101111 |
Color Harmonies of #A47A4E
Complementary color
Monochromatic Colors of #A47A4E
Black with #A47A4E
Text Example
Text Example
White with #A47A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47A4E; }
p { color: rgb(164,122,78); }
H1.HeaderClassName
{
color: #A47A4E;
}
.AnyTagClassName
{
color: #A47A4E;
}
</style>
background-color css
<style>
a { background-color: #A47A4E; }
a { background-color: rgb(164,122,78); }
div.DivClassName
{
background-color: #A47A4E;
}
.BgClassName
{
background-color: #A47A4E;
}
</style>
border-color css
<style>
span { border-color: #A47A4E; }
span { border-color: rgb(164,122,78); }
td.TdClassName
{
border-color: #A47A4E;
}
.TagClassName
{
border-color: #A47A4E;
}
</style>