Shades of Muesli #A18151
Tints of Muesli #A18151
RGB
CMYK
RGB Variations
Color information
#A18151 (or 0xA18151) is known color: Muesli. HEX triplet: A1, 81 and 51. RGB value is (161,129,81). Sum of RGB (Red+Green+Blue) = 161+129+81=371 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.40% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 81 (32.03% from 255 or 21.83% from 371); Max value from RGB is 161 - color contains mainly: red. Hex color #A18151 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18151 is #5E7EAE. Grayscale: #858585. Windows color (decimal): -6192815 or 5341601. OLE color: 5341601.
HSL color Cylindrical-coordinate representation of color #A18151: hue angle of 36º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A18151 is Cyan = 0, Magento = 0.20, Yellow = 0.50 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 129 | 81 | - |
| CMYK | 0 | 0.20 | 0.50 | 0.37 |
| HSL | 36º | 0.33% | 0.47% | - |
| HSV(B) | 36º | 0.5% | 0.63% | - |
| XYZ | 24.03 | 23.87 | 11.13 | - |
| YUV | 133.1 | 98.6 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 129 | 81 | 0 | 0.20 | 0.50 | 0.37 | 36 | 0.33 | 0.47 |
| Hex | A1 | 81 | 51 | 0 | 14 | 32 | 25 | 24 | 21 | 2F |
| Octal | 241 | 201 | 121 | 0 | 24 | 62 | 45 | 44 | 41 | 57 |
| Binary | 10100001 | 10000001 | 1010001 | 0 | 10100 | 110010 | 100101 | 100100 | 100001 | 101111 |
Color Harmonies of #A18151
Complementary color
Monochromatic Colors of #A18151
Black with #A18151
Text Example
Text Example
White with #A18151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18151; }
p { color: rgb(161,129,81); }
H1.HeaderClassName
{
color: #A18151;
}
.AnyTagClassName
{
color: #A18151;
}
</style>
background-color css
<style>
a { background-color: #A18151; }
a { background-color: rgb(161,129,81); }
div.DivClassName
{
background-color: #A18151;
}
.BgClassName
{
background-color: #A18151;
}
</style>
border-color css
<style>
span { border-color: #A18151; }
span { border-color: rgb(161,129,81); }
td.TdClassName
{
border-color: #A18151;
}
.TagClassName
{
border-color: #A18151;
}
</style>