Shades of Muesli #A28353
Tints of Muesli #A28353
RGB
CMYK
RGB Variations
Color information
#A28353 (or 0xA28353) is known color: Muesli. HEX triplet: A2, 83 and 53. RGB value is (162,131,83). Sum of RGB (Red+Green+Blue) = 162+131+83=376 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.09% from 376); Green value is 131 (51.56% from 255 or 34.84% from 376); Blue value is 83 (32.81% from 255 or 22.07% from 376); Max value from RGB is 162 - color contains mainly: red. Hex color #A28353 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28353 is #5D7CAC. Grayscale: #878787. Windows color (decimal): -6126765 or 5473186. OLE color: 5473186.
HSL color Cylindrical-coordinate representation of color #A28353: hue angle of 36.46º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A28353 is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 131 | 83 | - |
| CMYK | 0 | 0.19 | 0.49 | 0.36 |
| HSL | 36.46º | 0.32% | 0.48% | - |
| HSV(B) | 36.46º | 0.49% | 0.64% | - |
| XYZ | 24.58 | 24.54 | 11.62 | - |
| YUV | 134.8 | 98.77 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 131 | 83 | 0 | 0.19 | 0.49 | 0.36 | 36.46 | 0.32 | 0.48 |
| Hex | A2 | 83 | 53 | 0 | 13 | 31 | 24 | 24 | 20 | 30 |
| Octal | 242 | 203 | 123 | 0 | 23 | 61 | 44 | 44 | 40 | 60 |
| Binary | 10100010 | 10000011 | 1010011 | 0 | 10011 | 110001 | 100100 | 100100 | 100000 | 110000 |
Color Harmonies of #A28353
Complementary color
Monochromatic Colors of #A28353
Black with #A28353
Text Example
Text Example
White with #A28353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28353; }
p { color: rgb(162,131,83); }
H1.HeaderClassName
{
color: #A28353;
}
.AnyTagClassName
{
color: #A28353;
}
</style>
background-color css
<style>
a { background-color: #A28353; }
a { background-color: rgb(162,131,83); }
div.DivClassName
{
background-color: #A28353;
}
.BgClassName
{
background-color: #A28353;
}
</style>
border-color css
<style>
span { border-color: #A28353; }
span { border-color: rgb(162,131,83); }
td.TdClassName
{
border-color: #A28353;
}
.TagClassName
{
border-color: #A28353;
}
</style>