Shades of Muesli #A18152
Tints of Muesli #A18152
RGB
CMYK
RGB Variations
Color information
#A18152 (or 0xA18152) is known color: Muesli. HEX triplet: A1, 81 and 52. RGB value is (161,129,82). Sum of RGB (Red+Green+Blue) = 161+129+82=372 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.28% from 372); Green value is 129 (50.78% from 255 or 34.68% from 372); Blue value is 82 (32.42% from 255 or 22.04% from 372); Max value from RGB is 161 - color contains mainly: red. Hex color #A18152 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18152 is #5E7EAD. Grayscale: #858585. Windows color (decimal): -6192814 or 5407137. OLE color: 5407137.
HSL color Cylindrical-coordinate representation of color #A18152: hue angle of 35.7º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A18152 is Cyan = 0, Magento = 0.20, Yellow = 0.49 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 129 | 82 | - |
| CMYK | 0 | 0.20 | 0.49 | 0.37 |
| HSL | 35.7º | 0.33% | 0.48% | - |
| HSV(B) | 35.7º | 0.49% | 0.63% | - |
| XYZ | 24.07 | 23.89 | 11.32 | - |
| YUV | 133.21 | 99.1 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 129 | 82 | 0 | 0.20 | 0.49 | 0.37 | 35.7 | 0.33 | 0.48 |
| Hex | A1 | 81 | 52 | 0 | 14 | 31 | 25 | 24 | 21 | 30 |
| Octal | 241 | 201 | 122 | 0 | 24 | 61 | 45 | 44 | 41 | 60 |
| Binary | 10100001 | 10000001 | 1010010 | 0 | 10100 | 110001 | 100101 | 100100 | 100001 | 110000 |
Color Harmonies of #A18152
Complementary color
Monochromatic Colors of #A18152
Black with #A18152
Text Example
Text Example
White with #A18152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18152; }
p { color: rgb(161,129,82); }
H1.HeaderClassName
{
color: #A18152;
}
.AnyTagClassName
{
color: #A18152;
}
</style>
background-color css
<style>
a { background-color: #A18152; }
a { background-color: rgb(161,129,82); }
div.DivClassName
{
background-color: #A18152;
}
.BgClassName
{
background-color: #A18152;
}
</style>
border-color css
<style>
span { border-color: #A18152; }
span { border-color: rgb(161,129,82); }
td.TdClassName
{
border-color: #A18152;
}
.TagClassName
{
border-color: #A18152;
}
</style>