Shades of Muesli #A28155
Tints of Muesli #A28155
RGB
CMYK
RGB Variations
Color information
#A28155 (or 0xA28155) is known color: Muesli. HEX triplet: A2, 81 and 55. RGB value is (162,129,85). Sum of RGB (Red+Green+Blue) = 162+129+85=376 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.09% from 376); Green value is 129 (50.78% from 255 or 34.31% from 376); Blue value is 85 (33.59% from 255 or 22.61% from 376); Max value from RGB is 162 - color contains mainly: red. Hex color #A28155 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28155 is #5D7EAA. Grayscale: #868686. Windows color (decimal): -6127275 or 5603746. OLE color: 5603746.
HSL color Cylindrical-coordinate representation of color #A28155: hue angle of 34.29º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A28155 is Cyan = 0, Magento = 0.20, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 129 | 85 | - |
| CMYK | 0 | 0.20 | 0.48 | 0.36 |
| HSL | 34.29º | 0.31% | 0.48% | - |
| HSV(B) | 34.29º | 0.48% | 0.64% | - |
| XYZ | 24.39 | 24.04 | 11.95 | - |
| YUV | 133.85 | 100.43 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 129 | 85 | 0 | 0.20 | 0.48 | 0.36 | 34.29 | 0.31 | 0.48 |
| Hex | A2 | 81 | 55 | 0 | 14 | 30 | 24 | 22 | 1F | 30 |
| Octal | 242 | 201 | 125 | 0 | 24 | 60 | 44 | 42 | 37 | 60 |
| Binary | 10100010 | 10000001 | 1010101 | 0 | 10100 | 110000 | 100100 | 100010 | 11111 | 110000 |
Color Harmonies of #A28155
Complementary color
Monochromatic Colors of #A28155
Black with #A28155
Text Example
Text Example
White with #A28155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28155; }
p { color: rgb(162,129,85); }
H1.HeaderClassName
{
color: #A28155;
}
.AnyTagClassName
{
color: #A28155;
}
</style>
background-color css
<style>
a { background-color: #A28155; }
a { background-color: rgb(162,129,85); }
div.DivClassName
{
background-color: #A28155;
}
.BgClassName
{
background-color: #A28155;
}
</style>
border-color css
<style>
span { border-color: #A28155; }
span { border-color: rgb(162,129,85); }
td.TdClassName
{
border-color: #A28155;
}
.TagClassName
{
border-color: #A28155;
}
</style>