Shades of Muesli #A18254
Tints of Muesli #A18254
RGB
CMYK
RGB Variations
Color information
#A18254 (or 0xA18254) is known color: Muesli. HEX triplet: A1, 82 and 54. RGB value is (161,130,84). Sum of RGB (Red+Green+Blue) = 161+130+84=375 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.93% from 375); Green value is 130 (51.17% from 255 or 34.67% from 375); Blue value is 84 (33.20% from 255 or 22.4% from 375); Max value from RGB is 161 - color contains mainly: red. Hex color #A18254 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18254 is #5E7DAB. Grayscale: #868686. Windows color (decimal): -6192556 or 5538465. OLE color: 5538465.
HSL color Cylindrical-coordinate representation of color #A18254: hue angle of 35.84º degrees, saturation: 0.31, 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 #A18254 is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 130 | 84 | - |
| CMYK | 0 | 0.19 | 0.48 | 0.37 |
| HSL | 35.84º | 0.31% | 0.48% | - |
| HSV(B) | 35.84º | 0.48% | 0.63% | - |
| XYZ | 24.28 | 24.18 | 11.78 | - |
| YUV | 134.03 | 99.77 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 130 | 84 | 0 | 0.19 | 0.48 | 0.37 | 35.84 | 0.31 | 0.48 |
| Hex | A1 | 82 | 54 | 0 | 13 | 30 | 25 | 24 | 1F | 30 |
| Octal | 241 | 202 | 124 | 0 | 23 | 60 | 45 | 44 | 37 | 60 |
| Binary | 10100001 | 10000010 | 1010100 | 0 | 10011 | 110000 | 100101 | 100100 | 11111 | 110000 |
Color Harmonies of #A18254
Complementary color
Monochromatic Colors of #A18254
Black with #A18254
Text Example
Text Example
White with #A18254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18254; }
p { color: rgb(161,130,84); }
H1.HeaderClassName
{
color: #A18254;
}
.AnyTagClassName
{
color: #A18254;
}
</style>
background-color css
<style>
a { background-color: #A18254; }
a { background-color: rgb(161,130,84); }
div.DivClassName
{
background-color: #A18254;
}
.BgClassName
{
background-color: #A18254;
}
</style>
border-color css
<style>
span { border-color: #A18254; }
span { border-color: rgb(161,130,84); }
td.TdClassName
{
border-color: #A18254;
}
.TagClassName
{
border-color: #A18254;
}
</style>