Shades of Muesli #A28354
Tints of Muesli #A28354
RGB
CMYK
RGB Variations
Color information
#A28354 (or 0xA28354) is known color: Muesli. HEX triplet: A2, 83 and 54. RGB value is (162,131,84). Sum of RGB (Red+Green+Blue) = 162+131+84=377 (49% of max value = 765). Red value is 162 (63.67% from 255 or 42.97% from 377); Green value is 131 (51.56% from 255 or 34.75% from 377); Blue value is 84 (33.20% from 255 or 22.28% from 377); Max value from RGB is 162 - color contains mainly: red. Hex color #A28354 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28354 is #5D7CAB. Grayscale: #878787. Windows color (decimal): -6126764 or 5538722. OLE color: 5538722.
HSL color Cylindrical-coordinate representation of color #A28354: hue angle of 36.15º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A28354 is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 131 | 84 | - |
| CMYK | 0 | 0.19 | 0.48 | 0.36 |
| HSL | 36.15º | 0.32% | 0.48% | - |
| HSV(B) | 36.15º | 0.48% | 0.64% | - |
| XYZ | 24.62 | 24.55 | 11.83 | - |
| YUV | 134.91 | 99.27 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 131 | 84 | 0 | 0.19 | 0.48 | 0.36 | 36.15 | 0.32 | 0.48 |
| Hex | A2 | 83 | 54 | 0 | 13 | 30 | 24 | 24 | 20 | 30 |
| Octal | 242 | 203 | 124 | 0 | 23 | 60 | 44 | 44 | 40 | 60 |
| Binary | 10100010 | 10000011 | 1010100 | 0 | 10011 | 110000 | 100100 | 100100 | 100000 | 110000 |
Color Harmonies of #A28354
Complementary color
Monochromatic Colors of #A28354
Black with #A28354
Text Example
Text Example
White with #A28354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28354; }
p { color: rgb(162,131,84); }
H1.HeaderClassName
{
color: #A28354;
}
.AnyTagClassName
{
color: #A28354;
}
</style>
background-color css
<style>
a { background-color: #A28354; }
a { background-color: rgb(162,131,84); }
div.DivClassName
{
background-color: #A28354;
}
.BgClassName
{
background-color: #A28354;
}
</style>
border-color css
<style>
span { border-color: #A28354; }
span { border-color: rgb(162,131,84); }
td.TdClassName
{
border-color: #A28354;
}
.TagClassName
{
border-color: #A28354;
}
</style>