Shades of Muesli #A28258
Tints of Muesli #A28258
RGB
CMYK
RGB Variations
Color information
#A28258 (or 0xA28258) is known color: Muesli. HEX triplet: A2, 82 and 58. RGB value is (162,130,88). Sum of RGB (Red+Green+Blue) = 162+130+88=380 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.63% from 380); Green value is 130 (51.17% from 255 or 34.21% from 380); Blue value is 88 (34.77% from 255 or 23.16% from 380); Max value from RGB is 162 - color contains mainly: red. Hex color #A28258 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28258 is #5D7DA7. Grayscale: #868686. Windows color (decimal): -6127016 or 5800610. OLE color: 5800610.
HSL color Cylindrical-coordinate representation of color #A28258: hue angle of 34.05º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A28258 is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 130 | 88 | - |
| CMYK | 0 | 0.20 | 0.46 | 0.36 |
| HSL | 34.05º | 0.3% | 0.49% | - |
| HSV(B) | 34.05º | 0.46% | 0.64% | - |
| XYZ | 24.64 | 24.35 | 12.63 | - |
| YUV | 134.78 | 101.6 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 130 | 88 | 0 | 0.20 | 0.46 | 0.36 | 34.05 | 0.3 | 0.49 |
| Hex | A2 | 82 | 58 | 0 | 14 | 2E | 24 | 22 | 1E | 31 |
| Octal | 242 | 202 | 130 | 0 | 24 | 56 | 44 | 42 | 36 | 61 |
| Binary | 10100010 | 10000010 | 1011000 | 0 | 10100 | 101110 | 100100 | 100010 | 11110 | 110001 |
Color Harmonies of #A28258
Complementary color
Monochromatic Colors of #A28258
Black with #A28258
Text Example
Text Example
White with #A28258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28258; }
p { color: rgb(162,130,88); }
H1.HeaderClassName
{
color: #A28258;
}
.AnyTagClassName
{
color: #A28258;
}
</style>
background-color css
<style>
a { background-color: #A28258; }
a { background-color: rgb(162,130,88); }
div.DivClassName
{
background-color: #A28258;
}
.BgClassName
{
background-color: #A28258;
}
</style>
border-color css
<style>
span { border-color: #A28258; }
span { border-color: rgb(162,130,88); }
td.TdClassName
{
border-color: #A28258;
}
.TagClassName
{
border-color: #A28258;
}
</style>