Shades of Muesli #A3774A
Tints of Muesli #A3774A
RGB
CMYK
RGB Variations
Color information
#A3774A (or 0xA3774A) is known color: Muesli. HEX triplet: A3, 77 and 4A. RGB value is (163,119,74). Sum of RGB (Red+Green+Blue) = 163+119+74=356 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.79% from 356); Green value is 119 (46.88% from 255 or 33.43% from 356); Blue value is 74 (29.30% from 255 or 20.79% from 356); Max value from RGB is 163 - color contains mainly: red. Hex color #A3774A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3774A is #5C88B5. Grayscale: #7F7F7F. Windows color (decimal): -6064310 or 4880291. OLE color: 4880291.
HSL color Cylindrical-coordinate representation of color #A3774A: hue angle of 30.34º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A3774A is Cyan = 0, Magento = 0.27, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 119 | 74 | - |
| CMYK | 0 | 0.27 | 0.55 | 0.36 |
| HSL | 30.34º | 0.38% | 0.46% | - |
| HSV(B) | 30.34º | 0.55% | 0.64% | - |
| XYZ | 22.94 | 21.47 | 9.41 | - |
| YUV | 127.03 | 98.08 | 153.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 119 | 74 | 0 | 0.27 | 0.55 | 0.36 | 30.34 | 0.38 | 0.46 |
| Hex | A3 | 77 | 4A | 0 | 1B | 37 | 24 | 1E | 26 | 2E |
| Octal | 243 | 167 | 112 | 0 | 33 | 67 | 44 | 36 | 46 | 56 |
| Binary | 10100011 | 1110111 | 1001010 | 0 | 11011 | 110111 | 100100 | 11110 | 100110 | 101110 |
Color Harmonies of #A3774A
Complementary color
Monochromatic Colors of #A3774A
Black with #A3774A
Text Example
Text Example
White with #A3774A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3774A; }
p { color: rgb(163,119,74); }
H1.HeaderClassName
{
color: #A3774A;
}
.AnyTagClassName
{
color: #A3774A;
}
</style>
background-color css
<style>
a { background-color: #A3774A; }
a { background-color: rgb(163,119,74); }
div.DivClassName
{
background-color: #A3774A;
}
.BgClassName
{
background-color: #A3774A;
}
</style>
border-color css
<style>
span { border-color: #A3774A; }
span { border-color: rgb(163,119,74); }
td.TdClassName
{
border-color: #A3774A;
}
.TagClassName
{
border-color: #A3774A;
}
</style>