Shades of Muesli #A2784D
Tints of Muesli #A2784D
RGB
CMYK
RGB Variations
Color information
#A2784D (or 0xA2784D) is known color: Muesli. HEX triplet: A2, 78 and 4D. RGB value is (162,120,77). Sum of RGB (Red+Green+Blue) = 162+120+77=359 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.13% from 359); Green value is 120 (47.27% from 255 or 33.43% from 359); Blue value is 77 (30.47% from 255 or 21.45% from 359); Max value from RGB is 162 - color contains mainly: red. Hex color #A2784D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2784D is #5D87B2. Grayscale: #7F7F7F. Windows color (decimal): -6129587 or 5077154. OLE color: 5077154.
HSL color Cylindrical-coordinate representation of color #A2784D: hue angle of 30.35º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A2784D is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 120 | 77 | - |
| CMYK | 0 | 0.26 | 0.52 | 0.36 |
| HSL | 30.35º | 0.36% | 0.47% | - |
| HSV(B) | 30.35º | 0.52% | 0.64% | - |
| XYZ | 22.96 | 21.65 | 9.99 | - |
| YUV | 127.66 | 99.41 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 120 | 77 | 0 | 0.26 | 0.52 | 0.36 | 30.35 | 0.36 | 0.47 |
| Hex | A2 | 78 | 4D | 0 | 1A | 34 | 24 | 1E | 24 | 2F |
| Octal | 242 | 170 | 115 | 0 | 32 | 64 | 44 | 36 | 44 | 57 |
| Binary | 10100010 | 1111000 | 1001101 | 0 | 11010 | 110100 | 100100 | 11110 | 100100 | 101111 |
Color Harmonies of #A2784D
Complementary color
Monochromatic Colors of #A2784D
Black with #A2784D
Text Example
Text Example
White with #A2784D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2784D; }
p { color: rgb(162,120,77); }
H1.HeaderClassName
{
color: #A2784D;
}
.AnyTagClassName
{
color: #A2784D;
}
</style>
background-color css
<style>
a { background-color: #A2784D; }
a { background-color: rgb(162,120,77); }
div.DivClassName
{
background-color: #A2784D;
}
.BgClassName
{
background-color: #A2784D;
}
</style>
border-color css
<style>
span { border-color: #A2784D; }
span { border-color: rgb(162,120,77); }
td.TdClassName
{
border-color: #A2784D;
}
.TagClassName
{
border-color: #A2784D;
}
</style>