Shades of Muesli #A18451
Tints of Muesli #A18451
RGB
CMYK
RGB Variations
Color information
#A18451 (or 0xA18451) is known color: Muesli. HEX triplet: A1, 84 and 51. RGB value is (161,132,81). Sum of RGB (Red+Green+Blue) = 161+132+81=374 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.05% from 374); Green value is 132 (51.95% from 255 or 35.29% from 374); Blue value is 81 (32.03% from 255 or 21.66% from 374); Max value from RGB is 161 - color contains mainly: red. Hex color #A18451 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18451 is #5E7BAE. Grayscale: #878787. Windows color (decimal): -6192047 or 5342369. OLE color: 5342369.
HSL color Cylindrical-coordinate representation of color #A18451: hue angle of 38.25º 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 #A18451 is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 132 | 81 | - |
| CMYK | 0 | 0.18 | 0.50 | 0.37 |
| HSL | 38.25º | 0.33% | 0.47% | - |
| HSV(B) | 38.25º | 0.5% | 0.63% | - |
| XYZ | 24.43 | 24.67 | 11.26 | - |
| YUV | 134.86 | 97.61 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 132 | 81 | 0 | 0.18 | 0.50 | 0.37 | 38.25 | 0.33 | 0.47 |
| Hex | A1 | 84 | 51 | 0 | 12 | 32 | 25 | 26 | 21 | 2F |
| Octal | 241 | 204 | 121 | 0 | 22 | 62 | 45 | 46 | 41 | 57 |
| Binary | 10100001 | 10000100 | 1010001 | 0 | 10010 | 110010 | 100101 | 100110 | 100001 | 101111 |
Color Harmonies of #A18451
Complementary color
Monochromatic Colors of #A18451
Black with #A18451
Text Example
Text Example
White with #A18451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18451; }
p { color: rgb(161,132,81); }
H1.HeaderClassName
{
color: #A18451;
}
.AnyTagClassName
{
color: #A18451;
}
</style>
background-color css
<style>
a { background-color: #A18451; }
a { background-color: rgb(161,132,81); }
div.DivClassName
{
background-color: #A18451;
}
.BgClassName
{
background-color: #A18451;
}
</style>
border-color css
<style>
span { border-color: #A18451; }
span { border-color: rgb(161,132,81); }
td.TdClassName
{
border-color: #A18451;
}
.TagClassName
{
border-color: #A18451;
}
</style>