Shades of Muesli #A18255
Tints of Muesli #A18255
RGB
CMYK
RGB Variations
Color information
#A18255 (or 0xA18255) is known color: Muesli. HEX triplet: A1, 82 and 55. RGB value is (161,130,85). Sum of RGB (Red+Green+Blue) = 161+130+85=376 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.82% from 376); Green value is 130 (51.17% from 255 or 34.57% from 376); Blue value is 85 (33.59% from 255 or 22.61% from 376); Max value from RGB is 161 - color contains mainly: red. Hex color #A18255 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18255 is #5E7DAA. Grayscale: #868686. Windows color (decimal): -6192555 or 5604001. OLE color: 5604001.
HSL color Cylindrical-coordinate representation of color #A18255: hue angle of 35.53º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A18255 is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 130 | 85 | - |
| CMYK | 0 | 0.19 | 0.47 | 0.37 |
| HSL | 35.53º | 0.31% | 0.48% | - |
| HSV(B) | 35.53º | 0.47% | 0.63% | - |
| XYZ | 24.32 | 24.2 | 11.98 | - |
| YUV | 134.14 | 100.27 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 130 | 85 | 0 | 0.19 | 0.47 | 0.37 | 35.53 | 0.31 | 0.48 |
| Hex | A1 | 82 | 55 | 0 | 13 | 2F | 25 | 24 | 1F | 30 |
| Octal | 241 | 202 | 125 | 0 | 23 | 57 | 45 | 44 | 37 | 60 |
| Binary | 10100001 | 10000010 | 1010101 | 0 | 10011 | 101111 | 100101 | 100100 | 11111 | 110000 |
Color Harmonies of #A18255
Complementary color
Monochromatic Colors of #A18255
Black with #A18255
Text Example
Text Example
White with #A18255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18255; }
p { color: rgb(161,130,85); }
H1.HeaderClassName
{
color: #A18255;
}
.AnyTagClassName
{
color: #A18255;
}
</style>
background-color css
<style>
a { background-color: #A18255; }
a { background-color: rgb(161,130,85); }
div.DivClassName
{
background-color: #A18255;
}
.BgClassName
{
background-color: #A18255;
}
</style>
border-color css
<style>
span { border-color: #A18255; }
span { border-color: rgb(161,130,85); }
td.TdClassName
{
border-color: #A18255;
}
.TagClassName
{
border-color: #A18255;
}
</style>