Shades of Muesli #A28256
Tints of Muesli #A28256
RGB
CMYK
RGB Variations
Color information
#A28256 (or 0xA28256) is known color: Muesli. HEX triplet: A2, 82 and 56. RGB value is (162,130,86). Sum of RGB (Red+Green+Blue) = 162+130+86=378 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.86% from 378); Green value is 130 (51.17% from 255 or 34.39% from 378); Blue value is 86 (33.98% from 255 or 22.75% from 378); Max value from RGB is 162 - color contains mainly: red. Hex color #A28256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28256 is #5D7DA9. Grayscale: #868686. Windows color (decimal): -6127018 or 5669538. OLE color: 5669538.
HSL color Cylindrical-coordinate representation of color #A28256: hue angle of 34.74º 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 #A28256 is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 130 | 86 | - |
| CMYK | 0 | 0.20 | 0.47 | 0.36 |
| HSL | 34.74º | 0.31% | 0.49% | - |
| HSV(B) | 34.74º | 0.47% | 0.64% | - |
| XYZ | 24.56 | 24.32 | 12.2 | - |
| YUV | 134.55 | 100.6 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 130 | 86 | 0 | 0.20 | 0.47 | 0.36 | 34.74 | 0.31 | 0.49 |
| Hex | A2 | 82 | 56 | 0 | 14 | 2F | 24 | 23 | 1F | 31 |
| Octal | 242 | 202 | 126 | 0 | 24 | 57 | 44 | 43 | 37 | 61 |
| Binary | 10100010 | 10000010 | 1010110 | 0 | 10100 | 101111 | 100100 | 100011 | 11111 | 110001 |
Color Harmonies of #A28256
Complementary color
Monochromatic Colors of #A28256
Black with #A28256
Text Example
Text Example
White with #A28256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28256; }
p { color: rgb(162,130,86); }
H1.HeaderClassName
{
color: #A28256;
}
.AnyTagClassName
{
color: #A28256;
}
</style>
background-color css
<style>
a { background-color: #A28256; }
a { background-color: rgb(162,130,86); }
div.DivClassName
{
background-color: #A28256;
}
.BgClassName
{
background-color: #A28256;
}
</style>
border-color css
<style>
span { border-color: #A28256; }
span { border-color: rgb(162,130,86); }
td.TdClassName
{
border-color: #A28256;
}
.TagClassName
{
border-color: #A28256;
}
</style>