Shades of Muesli #A1814D
Tints of Muesli #A1814D
RGB
CMYK
RGB Variations
Color information
#A1814D (or 0xA1814D) is known color: Muesli. HEX triplet: A1, 81 and 4D. RGB value is (161,129,77). Sum of RGB (Red+Green+Blue) = 161+129+77=367 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.87% from 367); Green value is 129 (50.78% from 255 or 35.15% from 367); Blue value is 77 (30.47% from 255 or 20.98% from 367); Max value from RGB is 161 - color contains mainly: red. Hex color #A1814D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1814D is #5E7EB2. Grayscale: #848484. Windows color (decimal): -6192819 or 5079457. OLE color: 5079457.
HSL color Cylindrical-coordinate representation of color #A1814D: hue angle of 37.14º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A1814D is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 129 | 77 | - |
| CMYK | 0 | 0.20 | 0.52 | 0.37 |
| HSL | 37.14º | 0.35% | 0.47% | - |
| HSV(B) | 37.14º | 0.52% | 0.63% | - |
| XYZ | 23.89 | 23.81 | 10.36 | - |
| YUV | 132.64 | 96.6 | 148.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 129 | 77 | 0 | 0.20 | 0.52 | 0.37 | 37.14 | 0.35 | 0.47 |
| Hex | A1 | 81 | 4D | 0 | 14 | 34 | 25 | 25 | 23 | 2F |
| Octal | 241 | 201 | 115 | 0 | 24 | 64 | 45 | 45 | 43 | 57 |
| Binary | 10100001 | 10000001 | 1001101 | 0 | 10100 | 110100 | 100101 | 100101 | 100011 | 101111 |
Color Harmonies of #A1814D
Complementary color
Monochromatic Colors of #A1814D
Black with #A1814D
Text Example
Text Example
White with #A1814D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1814D; }
p { color: rgb(161,129,77); }
H1.HeaderClassName
{
color: #A1814D;
}
.AnyTagClassName
{
color: #A1814D;
}
</style>
background-color css
<style>
a { background-color: #A1814D; }
a { background-color: rgb(161,129,77); }
div.DivClassName
{
background-color: #A1814D;
}
.BgClassName
{
background-color: #A1814D;
}
</style>
border-color css
<style>
span { border-color: #A1814D; }
span { border-color: rgb(161,129,77); }
td.TdClassName
{
border-color: #A1814D;
}
.TagClassName
{
border-color: #A1814D;
}
</style>