Shades of Muesli #A37E4D
Tints of Muesli #A37E4D
RGB
CMYK
RGB Variations
Color information
#A37E4D (or 0xA37E4D) is known color: Muesli. HEX triplet: A3, 7E and 4D. RGB value is (163,126,77). Sum of RGB (Red+Green+Blue) = 163+126+77=366 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.54% from 366); Green value is 126 (49.61% from 255 or 34.43% from 366); Blue value is 77 (30.47% from 255 or 21.04% from 366); Max value from RGB is 163 - color contains mainly: red. Hex color #A37E4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37E4D is #5C81B2. Grayscale: #838383. Windows color (decimal): -6062515 or 5078691. OLE color: 5078691.
HSL color Cylindrical-coordinate representation of color #A37E4D: hue angle of 34.19º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A37E4D is Cyan = 0, Magento = 0.23, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 126 | 77 | - |
| CMYK | 0 | 0.23 | 0.53 | 0.36 |
| HSL | 34.19º | 0.36% | 0.47% | - |
| HSV(B) | 34.19º | 0.53% | 0.64% | - |
| XYZ | 23.9 | 23.24 | 10.25 | - |
| YUV | 131.48 | 97.26 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 126 | 77 | 0 | 0.23 | 0.53 | 0.36 | 34.19 | 0.36 | 0.47 |
| Hex | A3 | 7E | 4D | 0 | 17 | 35 | 24 | 22 | 24 | 2F |
| Octal | 243 | 176 | 115 | 0 | 27 | 65 | 44 | 42 | 44 | 57 |
| Binary | 10100011 | 1111110 | 1001101 | 0 | 10111 | 110101 | 100100 | 100010 | 100100 | 101111 |
Color Harmonies of #A37E4D
Complementary color
Monochromatic Colors of #A37E4D
Black with #A37E4D
Text Example
Text Example
White with #A37E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37E4D; }
p { color: rgb(163,126,77); }
H1.HeaderClassName
{
color: #A37E4D;
}
.AnyTagClassName
{
color: #A37E4D;
}
</style>
background-color css
<style>
a { background-color: #A37E4D; }
a { background-color: rgb(163,126,77); }
div.DivClassName
{
background-color: #A37E4D;
}
.BgClassName
{
background-color: #A37E4D;
}
</style>
border-color css
<style>
span { border-color: #A37E4D; }
span { border-color: rgb(163,126,77); }
td.TdClassName
{
border-color: #A37E4D;
}
.TagClassName
{
border-color: #A37E4D;
}
</style>