Shades of Muesli #A68057
Tints of Muesli #A68057
RGB
CMYK
RGB Variations
Color information
#A68057 (or 0xA68057) is known color: Muesli. HEX triplet: A6, 80 and 57. RGB value is (166,128,87). Sum of RGB (Red+Green+Blue) = 166+128+87=381 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.57% from 381); Green value is 128 (50.39% from 255 or 33.60% from 381); Blue value is 87 (34.38% from 255 or 22.83% from 381); Max value from RGB is 166 - color contains mainly: red. Hex color #A68057 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68057 is #597FA8. Grayscale: #868686. Windows color (decimal): -5865385 or 5734566. OLE color: 5734566.
HSL color Cylindrical-coordinate representation of color #A68057: hue angle of 31.14º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A68057 is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 128 | 87 | - |
| CMYK | 0 | 0.23 | 0.48 | 0.35 |
| HSL | 31.14º | 0.31% | 0.5% | - |
| HSV(B) | 31.14º | 0.48% | 0.65% | - |
| XYZ | 25.17 | 24.23 | 12.37 | - |
| YUV | 134.69 | 101.09 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 128 | 87 | 0 | 0.23 | 0.48 | 0.35 | 31.14 | 0.31 | 0.5 |
| Hex | A6 | 80 | 57 | 0 | 17 | 30 | 23 | 1F | 1F | 32 |
| Octal | 246 | 200 | 127 | 0 | 27 | 60 | 43 | 37 | 37 | 62 |
| Binary | 10100110 | 10000000 | 1010111 | 0 | 10111 | 110000 | 100011 | 11111 | 11111 | 110010 |
Color Harmonies of #A68057
Complementary color
Monochromatic Colors of #A68057
Black with #A68057
Text Example
Text Example
White with #A68057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68057; }
p { color: rgb(166,128,87); }
H1.HeaderClassName
{
color: #A68057;
}
.AnyTagClassName
{
color: #A68057;
}
</style>
background-color css
<style>
a { background-color: #A68057; }
a { background-color: rgb(166,128,87); }
div.DivClassName
{
background-color: #A68057;
}
.BgClassName
{
background-color: #A68057;
}
</style>
border-color css
<style>
span { border-color: #A68057; }
span { border-color: rgb(166,128,87); }
td.TdClassName
{
border-color: #A68057;
}
.TagClassName
{
border-color: #A68057;
}
</style>