Shades of Muesli #A2835A
Tints of Muesli #A2835A
RGB
CMYK
RGB Variations
Color information
#A2835A (or 0xA2835A) is known color: Muesli. HEX triplet: A2, 83 and 5A. RGB value is (162,131,90). Sum of RGB (Red+Green+Blue) = 162+131+90=383 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.30% from 383); Green value is 131 (51.56% from 255 or 34.20% from 383); Blue value is 90 (35.55% from 255 or 23.50% from 383); Max value from RGB is 162 - color contains mainly: red. Hex color #A2835A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2835A is #5D7CA5. Grayscale: #878787. Windows color (decimal): -6126758 or 5931938. OLE color: 5931938.
HSL color Cylindrical-coordinate representation of color #A2835A: hue angle of 34.17º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A2835A is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 131 | 90 | - |
| CMYK | 0 | 0.19 | 0.44 | 0.36 |
| HSL | 34.17º | 0.29% | 0.49% | - |
| HSV(B) | 34.17º | 0.44% | 0.64% | - |
| XYZ | 24.86 | 24.65 | 13.12 | - |
| YUV | 135.6 | 102.27 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 131 | 90 | 0 | 0.19 | 0.44 | 0.36 | 34.17 | 0.29 | 0.49 |
| Hex | A2 | 83 | 5A | 0 | 13 | 2C | 24 | 22 | 1D | 31 |
| Octal | 242 | 203 | 132 | 0 | 23 | 54 | 44 | 42 | 35 | 61 |
| Binary | 10100010 | 10000011 | 1011010 | 0 | 10011 | 101100 | 100100 | 100010 | 11101 | 110001 |
Color Harmonies of #A2835A
Complementary color
Monochromatic Colors of #A2835A
Black with #A2835A
Text Example
Text Example
White with #A2835A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2835A; }
p { color: rgb(162,131,90); }
H1.HeaderClassName
{
color: #A2835A;
}
.AnyTagClassName
{
color: #A2835A;
}
</style>
background-color css
<style>
a { background-color: #A2835A; }
a { background-color: rgb(162,131,90); }
div.DivClassName
{
background-color: #A2835A;
}
.BgClassName
{
background-color: #A2835A;
}
</style>
border-color css
<style>
span { border-color: #A2835A; }
span { border-color: rgb(162,131,90); }
td.TdClassName
{
border-color: #A2835A;
}
.TagClassName
{
border-color: #A2835A;
}
</style>