Shades of Muesli #A38050
Tints of Muesli #A38050
RGB
CMYK
RGB Variations
Color information
#A38050 (or 0xA38050) is known color: Muesli. HEX triplet: A3, 80 and 50. RGB value is (163,128,80). Sum of RGB (Red+Green+Blue) = 163+128+80=371 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.94% from 371); Green value is 128 (50.39% from 255 or 34.50% from 371); Blue value is 80 (31.64% from 255 or 21.56% from 371); Max value from RGB is 163 - color contains mainly: red. Hex color #A38050 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38050 is #5C7FAF. Grayscale: #858585. Windows color (decimal): -6062000 or 5275811. OLE color: 5275811.
HSL color Cylindrical-coordinate representation of color #A38050: hue angle of 34.7º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A38050 is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 128 | 80 | - |
| CMYK | 0 | 0.21 | 0.51 | 0.36 |
| HSL | 34.7º | 0.34% | 0.48% | - |
| HSV(B) | 34.7º | 0.51% | 0.64% | - |
| XYZ | 24.27 | 23.8 | 10.9 | - |
| YUV | 132.99 | 98.1 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 128 | 80 | 0 | 0.21 | 0.51 | 0.36 | 34.7 | 0.34 | 0.48 |
| Hex | A3 | 80 | 50 | 0 | 15 | 33 | 24 | 23 | 22 | 30 |
| Octal | 243 | 200 | 120 | 0 | 25 | 63 | 44 | 43 | 42 | 60 |
| Binary | 10100011 | 10000000 | 1010000 | 0 | 10101 | 110011 | 100100 | 100011 | 100010 | 110000 |
Color Harmonies of #A38050
Complementary color
Monochromatic Colors of #A38050
Black with #A38050
Text Example
Text Example
White with #A38050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38050; }
p { color: rgb(163,128,80); }
H1.HeaderClassName
{
color: #A38050;
}
.AnyTagClassName
{
color: #A38050;
}
</style>
background-color css
<style>
a { background-color: #A38050; }
a { background-color: rgb(163,128,80); }
div.DivClassName
{
background-color: #A38050;
}
.BgClassName
{
background-color: #A38050;
}
</style>
border-color css
<style>
span { border-color: #A38050; }
span { border-color: rgb(163,128,80); }
td.TdClassName
{
border-color: #A38050;
}
.TagClassName
{
border-color: #A38050;
}
</style>