Shades of Muesli #A08154
Tints of Muesli #A08154
RGB
CMYK
RGB Variations
Color information
#A08154 (or 0xA08154) is known color: Muesli. HEX triplet: A0, 81 and 54. RGB value is (160,129,84). Sum of RGB (Red+Green+Blue) = 160+129+84=373 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.90% from 373); Green value is 129 (50.78% from 255 or 34.58% from 373); Blue value is 84 (33.20% from 255 or 22.52% from 373); Max value from RGB is 160 - color contains mainly: red. Hex color #A08154 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08154 is #5F7EAB. Grayscale: #858585. Windows color (decimal): -6258348 or 5538208. OLE color: 5538208.
HSL color Cylindrical-coordinate representation of color #A08154: hue angle of 35.53º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A08154 is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 129 | 84 | - |
| CMYK | 0 | 0.19 | 0.48 | 0.37 |
| HSL | 35.53º | 0.31% | 0.48% | - |
| HSV(B) | 35.53º | 0.48% | 0.63% | - |
| XYZ | 23.95 | 23.81 | 11.72 | - |
| YUV | 133.14 | 100.27 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 129 | 84 | 0 | 0.19 | 0.48 | 0.37 | 35.53 | 0.31 | 0.48 |
| Hex | A0 | 81 | 54 | 0 | 13 | 30 | 25 | 24 | 1F | 30 |
| Octal | 240 | 201 | 124 | 0 | 23 | 60 | 45 | 44 | 37 | 60 |
| Binary | 10100000 | 10000001 | 1010100 | 0 | 10011 | 110000 | 100101 | 100100 | 11111 | 110000 |
Color Harmonies of #A08154
Complementary color
Monochromatic Colors of #A08154
Black with #A08154
Text Example
Text Example
White with #A08154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08154; }
p { color: rgb(160,129,84); }
H1.HeaderClassName
{
color: #A08154;
}
.AnyTagClassName
{
color: #A08154;
}
</style>
background-color css
<style>
a { background-color: #A08154; }
a { background-color: rgb(160,129,84); }
div.DivClassName
{
background-color: #A08154;
}
.BgClassName
{
background-color: #A08154;
}
</style>
border-color css
<style>
span { border-color: #A08154; }
span { border-color: rgb(160,129,84); }
td.TdClassName
{
border-color: #A08154;
}
.TagClassName
{
border-color: #A08154;
}
</style>