Shades of Muesli #A38455
Tints of Muesli #A38455
RGB
CMYK
RGB Variations
Color information
#A38455 (or 0xA38455) is known color: Muesli. HEX triplet: A3, 84 and 55. RGB value is (163,132,85). Sum of RGB (Red+Green+Blue) = 163+132+85=380 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.89% from 380); Green value is 132 (51.95% from 255 or 34.74% from 380); Blue value is 85 (33.59% from 255 or 22.37% from 380); Max value from RGB is 163 - color contains mainly: red. Hex color #A38455 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38455 is #5C7BAA. Grayscale: #888888. Windows color (decimal): -6060971 or 5604515. OLE color: 5604515.
HSL color Cylindrical-coordinate representation of color #A38455: hue angle of 36.15º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A38455 is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 132 | 85 | - |
| CMYK | 0 | 0.19 | 0.48 | 0.36 |
| HSL | 36.15º | 0.31% | 0.49% | - |
| HSV(B) | 36.15º | 0.48% | 0.64% | - |
| XYZ | 25 | 24.94 | 12.09 | - |
| YUV | 135.91 | 99.27 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 132 | 85 | 0 | 0.19 | 0.48 | 0.36 | 36.15 | 0.31 | 0.49 |
| Hex | A3 | 84 | 55 | 0 | 13 | 30 | 24 | 24 | 1F | 31 |
| Octal | 243 | 204 | 125 | 0 | 23 | 60 | 44 | 44 | 37 | 61 |
| Binary | 10100011 | 10000100 | 1010101 | 0 | 10011 | 110000 | 100100 | 100100 | 11111 | 110001 |
Color Harmonies of #A38455
Complementary color
Monochromatic Colors of #A38455
Black with #A38455
Text Example
Text Example
White with #A38455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38455; }
p { color: rgb(163,132,85); }
H1.HeaderClassName
{
color: #A38455;
}
.AnyTagClassName
{
color: #A38455;
}
</style>
background-color css
<style>
a { background-color: #A38455; }
a { background-color: rgb(163,132,85); }
div.DivClassName
{
background-color: #A38455;
}
.BgClassName
{
background-color: #A38455;
}
</style>
border-color css
<style>
span { border-color: #A38455; }
span { border-color: rgb(163,132,85); }
td.TdClassName
{
border-color: #A38455;
}
.TagClassName
{
border-color: #A38455;
}
</style>