Shades of Muesli #A08652
Tints of Muesli #A08652
RGB
CMYK
RGB Variations
Color information
#A08652 (or 0xA08652) is known color: Muesli. HEX triplet: A0, 86 and 52. RGB value is (160,134,82). Sum of RGB (Red+Green+Blue) = 160+134+82=376 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.55% from 376); Green value is 134 (52.73% from 255 or 35.64% from 376); Blue value is 82 (32.42% from 255 or 21.81% from 376); Max value from RGB is 160 - color contains mainly: red. Hex color #A08652 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08652 is #5F79AD. Grayscale: #888888. Windows color (decimal): -6257070 or 5408416. OLE color: 5408416.
HSL color Cylindrical-coordinate representation of color #A08652: hue angle of 40º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A08652 is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 134 | 82 | - |
| CMYK | 0 | 0.16 | 0.49 | 0.37 |
| HSL | 40º | 0.32% | 0.47% | - |
| HSV(B) | 40º | 0.49% | 0.63% | - |
| XYZ | 24.55 | 25.13 | 11.54 | - |
| YUV | 135.85 | 97.61 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 134 | 82 | 0 | 0.16 | 0.49 | 0.37 | 40 | 0.32 | 0.47 |
| Hex | A0 | 86 | 52 | 0 | 10 | 31 | 25 | 28 | 20 | 2F |
| Octal | 240 | 206 | 122 | 0 | 20 | 61 | 45 | 50 | 40 | 57 |
| Binary | 10100000 | 10000110 | 1010010 | 0 | 10000 | 110001 | 100101 | 101000 | 100000 | 101111 |
Color Harmonies of #A08652
Complementary color
Monochromatic Colors of #A08652
Black with #A08652
Text Example
Text Example
White with #A08652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08652; }
p { color: rgb(160,134,82); }
H1.HeaderClassName
{
color: #A08652;
}
.AnyTagClassName
{
color: #A08652;
}
</style>
background-color css
<style>
a { background-color: #A08652; }
a { background-color: rgb(160,134,82); }
div.DivClassName
{
background-color: #A08652;
}
.BgClassName
{
background-color: #A08652;
}
</style>
border-color css
<style>
span { border-color: #A08652; }
span { border-color: rgb(160,134,82); }
td.TdClassName
{
border-color: #A08652;
}
.TagClassName
{
border-color: #A08652;
}
</style>