Shades of Muesli #A4845A
Tints of Muesli #A4845A
RGB
CMYK
RGB Variations
Color information
#A4845A (or 0xA4845A) is known color: Muesli. HEX triplet: A4, 84 and 5A. RGB value is (164,132,90). Sum of RGB (Red+Green+Blue) = 164+132+90=386 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.49% from 386); Green value is 132 (51.95% from 255 or 34.20% from 386); Blue value is 90 (35.55% from 255 or 23.32% from 386); Max value from RGB is 164 - color contains mainly: red. Hex color #A4845A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4845A is #5B7BA5. Grayscale: #888888. Windows color (decimal): -5995430 or 5932196. OLE color: 5932196.
HSL color Cylindrical-coordinate representation of color #A4845A: hue angle of 34.05º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A4845A is Cyan = 0, Magento = 0.20, Yellow = 0.45 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 132 | 90 | - |
| CMYK | 0 | 0.20 | 0.45 | 0.36 |
| HSL | 34.05º | 0.29% | 0.5% | - |
| HSV(B) | 34.05º | 0.45% | 0.64% | - |
| XYZ | 25.41 | 25.13 | 13.18 | - |
| YUV | 136.78 | 101.6 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 132 | 90 | 0 | 0.20 | 0.45 | 0.36 | 34.05 | 0.29 | 0.5 |
| Hex | A4 | 84 | 5A | 0 | 14 | 2D | 24 | 22 | 1D | 32 |
| Octal | 244 | 204 | 132 | 0 | 24 | 55 | 44 | 42 | 35 | 62 |
| Binary | 10100100 | 10000100 | 1011010 | 0 | 10100 | 101101 | 100100 | 100010 | 11101 | 110010 |
Color Harmonies of #A4845A
Complementary color
Monochromatic Colors of #A4845A
Black with #A4845A
Text Example
Text Example
White with #A4845A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4845A; }
p { color: rgb(164,132,90); }
H1.HeaderClassName
{
color: #A4845A;
}
.AnyTagClassName
{
color: #A4845A;
}
</style>
background-color css
<style>
a { background-color: #A4845A; }
a { background-color: rgb(164,132,90); }
div.DivClassName
{
background-color: #A4845A;
}
.BgClassName
{
background-color: #A4845A;
}
</style>
border-color css
<style>
span { border-color: #A4845A; }
span { border-color: rgb(164,132,90); }
td.TdClassName
{
border-color: #A4845A;
}
.TagClassName
{
border-color: #A4845A;
}
</style>