Shades of Muesli #A18253
Tints of Muesli #A18253
RGB
CMYK
RGB Variations
Color information
#A18253 (or 0xA18253) is known color: Muesli. HEX triplet: A1, 82 and 53. RGB value is (161,130,83). Sum of RGB (Red+Green+Blue) = 161+130+83=374 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.05% from 374); Green value is 130 (51.17% from 255 or 34.76% from 374); Blue value is 83 (32.81% from 255 or 22.19% from 374); Max value from RGB is 161 - color contains mainly: red. Hex color #A18253 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18253 is #5E7DAC. Grayscale: #868686. Windows color (decimal): -6192557 or 5472929. OLE color: 5472929.
HSL color Cylindrical-coordinate representation of color #A18253: hue angle of 36.15º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A18253 is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 130 | 83 | - |
| CMYK | 0 | 0.19 | 0.48 | 0.37 |
| HSL | 36.15º | 0.32% | 0.48% | - |
| HSV(B) | 36.15º | 0.48% | 0.63% | - |
| XYZ | 24.24 | 24.17 | 11.57 | - |
| YUV | 133.91 | 99.27 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 130 | 83 | 0 | 0.19 | 0.48 | 0.37 | 36.15 | 0.32 | 0.48 |
| Hex | A1 | 82 | 53 | 0 | 13 | 30 | 25 | 24 | 20 | 30 |
| Octal | 241 | 202 | 123 | 0 | 23 | 60 | 45 | 44 | 40 | 60 |
| Binary | 10100001 | 10000010 | 1010011 | 0 | 10011 | 110000 | 100101 | 100100 | 100000 | 110000 |
Color Harmonies of #A18253
Complementary color
Monochromatic Colors of #A18253
Black with #A18253
Text Example
Text Example
White with #A18253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18253; }
p { color: rgb(161,130,83); }
H1.HeaderClassName
{
color: #A18253;
}
.AnyTagClassName
{
color: #A18253;
}
</style>
background-color css
<style>
a { background-color: #A18253; }
a { background-color: rgb(161,130,83); }
div.DivClassName
{
background-color: #A18253;
}
.BgClassName
{
background-color: #A18253;
}
</style>
border-color css
<style>
span { border-color: #A18253; }
span { border-color: rgb(161,130,83); }
td.TdClassName
{
border-color: #A18253;
}
.TagClassName
{
border-color: #A18253;
}
</style>