Shades of Muesli #A18052
Tints of Muesli #A18052
RGB
CMYK
RGB Variations
Color information
#A18052 (or 0xA18052) is known color: Muesli. HEX triplet: A1, 80 and 52. RGB value is (161,128,82). Sum of RGB (Red+Green+Blue) = 161+128+82=371 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.40% from 371); Green value is 128 (50.39% from 255 or 34.50% from 371); Blue value is 82 (32.42% from 255 or 22.10% from 371); Max value from RGB is 161 - color contains mainly: red. Hex color #A18052 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18052 is #5E7FAD. Grayscale: #848484. Windows color (decimal): -6193070 or 5406881. OLE color: 5406881.
HSL color Cylindrical-coordinate representation of color #A18052: hue angle of 34.94º 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 #A18052 is Cyan = 0, Magento = 0.20, Yellow = 0.49 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 128 | 82 | - |
| CMYK | 0 | 0.20 | 0.49 | 0.37 |
| HSL | 34.94º | 0.33% | 0.48% | - |
| HSV(B) | 34.94º | 0.49% | 0.63% | - |
| XYZ | 23.94 | 23.62 | 11.28 | - |
| YUV | 132.62 | 99.43 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 128 | 82 | 0 | 0.20 | 0.49 | 0.37 | 34.94 | 0.33 | 0.48 |
| Hex | A1 | 80 | 52 | 0 | 14 | 31 | 25 | 23 | 21 | 30 |
| Octal | 241 | 200 | 122 | 0 | 24 | 61 | 45 | 43 | 41 | 60 |
| Binary | 10100001 | 10000000 | 1010010 | 0 | 10100 | 110001 | 100101 | 100011 | 100001 | 110000 |
Color Harmonies of #A18052
Complementary color
Monochromatic Colors of #A18052
Black with #A18052
Text Example
Text Example
White with #A18052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18052; }
p { color: rgb(161,128,82); }
H1.HeaderClassName
{
color: #A18052;
}
.AnyTagClassName
{
color: #A18052;
}
</style>
background-color css
<style>
a { background-color: #A18052; }
a { background-color: rgb(161,128,82); }
div.DivClassName
{
background-color: #A18052;
}
.BgClassName
{
background-color: #A18052;
}
</style>
border-color css
<style>
span { border-color: #A18052; }
span { border-color: rgb(161,128,82); }
td.TdClassName
{
border-color: #A18052;
}
.TagClassName
{
border-color: #A18052;
}
</style>