Shades of Muesli #A18655
Tints of Muesli #A18655
RGB
CMYK
RGB Variations
Color information
#A18655 (or 0xA18655) is known color: Muesli. HEX triplet: A1, 86 and 55. RGB value is (161,134,85). Sum of RGB (Red+Green+Blue) = 161+134+85=380 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.37% from 380); Green value is 134 (52.73% from 255 or 35.26% from 380); Blue value is 85 (33.59% from 255 or 22.37% from 380); Max value from RGB is 161 - color contains mainly: red. Hex color #A18655 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18655 is #5E79AA. Grayscale: #888888. Windows color (decimal): -6191531 or 5605025. OLE color: 5605025.
HSL color Cylindrical-coordinate representation of color #A18655: hue angle of 38.68º 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 #A18655 is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 134 | 85 | - |
| CMYK | 0 | 0.17 | 0.47 | 0.37 |
| HSL | 38.68º | 0.31% | 0.48% | - |
| HSV(B) | 38.68º | 0.47% | 0.63% | - |
| XYZ | 24.86 | 25.28 | 12.16 | - |
| YUV | 136.49 | 98.95 | 145.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 134 | 85 | 0 | 0.17 | 0.47 | 0.37 | 38.68 | 0.31 | 0.48 |
| Hex | A1 | 86 | 55 | 0 | 11 | 2F | 25 | 27 | 1F | 30 |
| Octal | 241 | 206 | 125 | 0 | 21 | 57 | 45 | 47 | 37 | 60 |
| Binary | 10100001 | 10000110 | 1010101 | 0 | 10001 | 101111 | 100101 | 100111 | 11111 | 110000 |
Color Harmonies of #A18655
Complementary color
Monochromatic Colors of #A18655
Black with #A18655
Text Example
Text Example
White with #A18655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18655; }
p { color: rgb(161,134,85); }
H1.HeaderClassName
{
color: #A18655;
}
.AnyTagClassName
{
color: #A18655;
}
</style>
background-color css
<style>
a { background-color: #A18655; }
a { background-color: rgb(161,134,85); }
div.DivClassName
{
background-color: #A18655;
}
.BgClassName
{
background-color: #A18655;
}
</style>
border-color css
<style>
span { border-color: #A18655; }
span { border-color: rgb(161,134,85); }
td.TdClassName
{
border-color: #A18655;
}
.TagClassName
{
border-color: #A18655;
}
</style>