Shades of Muesli #A48257
Tints of Muesli #A48257
RGB
CMYK
RGB Variations
Color information
#A48257 (or 0xA48257) is known color: Muesli. HEX triplet: A4, 82 and 57. RGB value is (164,130,87). Sum of RGB (Red+Green+Blue) = 164+130+87=381 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.04% from 381); Green value is 130 (51.17% from 255 or 34.12% from 381); Blue value is 87 (34.38% from 255 or 22.83% from 381); Max value from RGB is 164 - color contains mainly: red. Hex color #A48257 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48257 is #5B7DA8. Grayscale: #878787. Windows color (decimal): -5995945 or 5735076. OLE color: 5735076.
HSL color Cylindrical-coordinate representation of color #A48257: hue angle of 33.51º 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 #A48257 is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 130 | 87 | - |
| CMYK | 0 | 0.21 | 0.47 | 0.36 |
| HSL | 33.51º | 0.31% | 0.49% | - |
| HSV(B) | 33.51º | 0.47% | 0.64% | - |
| XYZ | 25.01 | 24.55 | 12.44 | - |
| YUV | 135.26 | 100.76 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 130 | 87 | 0 | 0.21 | 0.47 | 0.36 | 33.51 | 0.31 | 0.49 |
| Hex | A4 | 82 | 57 | 0 | 15 | 2F | 24 | 22 | 1F | 31 |
| Octal | 244 | 202 | 127 | 0 | 25 | 57 | 44 | 42 | 37 | 61 |
| Binary | 10100100 | 10000010 | 1010111 | 0 | 10101 | 101111 | 100100 | 100010 | 11111 | 110001 |
Color Harmonies of #A48257
Complementary color
Monochromatic Colors of #A48257
Black with #A48257
Text Example
Text Example
White with #A48257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48257; }
p { color: rgb(164,130,87); }
H1.HeaderClassName
{
color: #A48257;
}
.AnyTagClassName
{
color: #A48257;
}
</style>
background-color css
<style>
a { background-color: #A48257; }
a { background-color: rgb(164,130,87); }
div.DivClassName
{
background-color: #A48257;
}
.BgClassName
{
background-color: #A48257;
}
</style>
border-color css
<style>
span { border-color: #A48257; }
span { border-color: rgb(164,130,87); }
td.TdClassName
{
border-color: #A48257;
}
.TagClassName
{
border-color: #A48257;
}
</style>