Shades of Muesli #A28056
Tints of Muesli #A28056
RGB
CMYK
RGB Variations
Color information
#A28056 (or 0xA28056) is known color: Muesli. HEX triplet: A2, 80 and 56. RGB value is (162,128,86). Sum of RGB (Red+Green+Blue) = 162+128+86=376 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.09% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 86 (33.98% from 255 or 22.87% from 376); Max value from RGB is 162 - color contains mainly: red. Hex color #A28056 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28056 is #5D7FA9. Grayscale: #858585. Windows color (decimal): -6127530 or 5669026. OLE color: 5669026.
HSL color Cylindrical-coordinate representation of color #A28056: hue angle of 33.16º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A28056 is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 128 | 86 | - |
| CMYK | 0 | 0.21 | 0.47 | 0.36 |
| HSL | 33.16º | 0.31% | 0.49% | - |
| HSV(B) | 33.16º | 0.47% | 0.64% | - |
| XYZ | 24.3 | 23.79 | 12.12 | - |
| YUV | 133.38 | 101.26 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 128 | 86 | 0 | 0.21 | 0.47 | 0.36 | 33.16 | 0.31 | 0.49 |
| Hex | A2 | 80 | 56 | 0 | 15 | 2F | 24 | 21 | 1F | 31 |
| Octal | 242 | 200 | 126 | 0 | 25 | 57 | 44 | 41 | 37 | 61 |
| Binary | 10100010 | 10000000 | 1010110 | 0 | 10101 | 101111 | 100100 | 100001 | 11111 | 110001 |
Color Harmonies of #A28056
Complementary color
Monochromatic Colors of #A28056
Black with #A28056
Text Example
Text Example
White with #A28056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28056; }
p { color: rgb(162,128,86); }
H1.HeaderClassName
{
color: #A28056;
}
.AnyTagClassName
{
color: #A28056;
}
</style>
background-color css
<style>
a { background-color: #A28056; }
a { background-color: rgb(162,128,86); }
div.DivClassName
{
background-color: #A28056;
}
.BgClassName
{
background-color: #A28056;
}
</style>
border-color css
<style>
span { border-color: #A28056; }
span { border-color: rgb(162,128,86); }
td.TdClassName
{
border-color: #A28056;
}
.TagClassName
{
border-color: #A28056;
}
</style>