Shades of Muesli #A37843
Tints of Muesli #A37843
RGB
CMYK
RGB Variations
Color information
#A37843 (or 0xA37843) is known color: Muesli. HEX triplet: A3, 78 and 43. RGB value is (163,120,67). Sum of RGB (Red+Green+Blue) = 163+120+67=350 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.57% from 350); Green value is 120 (47.27% from 255 or 34.29% from 350); Blue value is 67 (26.56% from 255 or 19.14% from 350); Max value from RGB is 163 - color contains mainly: red. Hex color #A37843 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37843 is #5C87BC. Grayscale: #7F7F7F. Windows color (decimal): -6064061 or 4421795. OLE color: 4421795.
HSL color Cylindrical-coordinate representation of color #A37843: hue angle of 33.12º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A37843 is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 120 | 67 | - |
| CMYK | 0 | 0.26 | 0.59 | 0.36 |
| HSL | 33.13º | 0.42% | 0.45% | - |
| HSV(B) | 33.13º | 0.59% | 0.64% | - |
| XYZ | 22.83 | 21.62 | 8.28 | - |
| YUV | 126.82 | 94.25 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 120 | 67 | 0 | 0.26 | 0.59 | 0.36 | 33.13 | 0.42 | 0.45 |
| Hex | A3 | 78 | 43 | 0 | 1A | 3B | 24 | 21 | 2A | 2D |
| Octal | 243 | 170 | 103 | 0 | 32 | 73 | 44 | 41 | 52 | 55 |
| Binary | 10100011 | 1111000 | 1000011 | 0 | 11010 | 111011 | 100100 | 100001 | 101010 | 101101 |
Color Harmonies of #A37843
Complementary color
Monochromatic Colors of #A37843
Black with #A37843
Text Example
Text Example
White with #A37843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37843; }
p { color: rgb(163,120,67); }
H1.HeaderClassName
{
color: #A37843;
}
.AnyTagClassName
{
color: #A37843;
}
</style>
background-color css
<style>
a { background-color: #A37843; }
a { background-color: rgb(163,120,67); }
div.DivClassName
{
background-color: #A37843;
}
.BgClassName
{
background-color: #A37843;
}
</style>
border-color css
<style>
span { border-color: #A37843; }
span { border-color: rgb(163,120,67); }
td.TdClassName
{
border-color: #A37843;
}
.TagClassName
{
border-color: #A37843;
}
</style>