Shades of Muesli #A08251
Tints of Muesli #A08251
RGB
CMYK
RGB Variations
Color information
#A08251 (or 0xA08251) is known color: Muesli. HEX triplet: A0, 82 and 51. RGB value is (160,130,81). Sum of RGB (Red+Green+Blue) = 160+130+81=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 81 (32.03% from 255 or 21.83% from 371); Max value from RGB is 160 - color contains mainly: red. Hex color #A08251 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08251 is #5F7DAE. Grayscale: #858585. Windows color (decimal): -6258095 or 5341856. OLE color: 5341856.
HSL color Cylindrical-coordinate representation of color #A08251: hue angle of 37.22º degrees, saturation: 0.33, 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 #A08251 is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 130 | 81 | - |
| CMYK | 0 | 0.19 | 0.49 | 0.37 |
| HSL | 37.22º | 0.33% | 0.47% | - |
| HSV(B) | 37.22º | 0.49% | 0.63% | - |
| XYZ | 23.97 | 24.03 | 11.16 | - |
| YUV | 133.38 | 98.44 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 130 | 81 | 0 | 0.19 | 0.49 | 0.37 | 37.22 | 0.33 | 0.47 |
| Hex | A0 | 82 | 51 | 0 | 13 | 31 | 25 | 25 | 21 | 2F |
| Octal | 240 | 202 | 121 | 0 | 23 | 61 | 45 | 45 | 41 | 57 |
| Binary | 10100000 | 10000010 | 1010001 | 0 | 10011 | 110001 | 100101 | 100101 | 100001 | 101111 |
Color Harmonies of #A08251
Complementary color
Monochromatic Colors of #A08251
Black with #A08251
Text Example
Text Example
White with #A08251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08251; }
p { color: rgb(160,130,81); }
H1.HeaderClassName
{
color: #A08251;
}
.AnyTagClassName
{
color: #A08251;
}
</style>
background-color css
<style>
a { background-color: #A08251; }
a { background-color: rgb(160,130,81); }
div.DivClassName
{
background-color: #A08251;
}
.BgClassName
{
background-color: #A08251;
}
</style>
border-color css
<style>
span { border-color: #A08251; }
span { border-color: rgb(160,130,81); }
td.TdClassName
{
border-color: #A08251;
}
.TagClassName
{
border-color: #A08251;
}
</style>