Shades of Muesli #A37E4C
Tints of Muesli #A37E4C
RGB
CMYK
RGB Variations
Color information
#A37E4C (or 0xA37E4C) is known color: Muesli. HEX triplet: A3, 7E and 4C. RGB value is (163,126,76). Sum of RGB (Red+Green+Blue) = 163+126+76=365 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.66% from 365); Green value is 126 (49.61% from 255 or 34.52% from 365); Blue value is 76 (30.08% from 255 or 20.82% from 365); Max value from RGB is 163 - color contains mainly: red. Hex color #A37E4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37E4C is #5C81B3. Grayscale: #838383. Windows color (decimal): -6062516 or 5013155. OLE color: 5013155.
HSL color Cylindrical-coordinate representation of color #A37E4C: hue angle of 34.48º 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 #A37E4C is Cyan = 0, Magento = 0.23, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 126 | 76 | - |
| CMYK | 0 | 0.23 | 0.53 | 0.36 |
| HSL | 34.48º | 0.36% | 0.47% | - |
| HSV(B) | 34.48º | 0.53% | 0.64% | - |
| XYZ | 23.87 | 23.23 | 10.06 | - |
| YUV | 131.36 | 96.76 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 126 | 76 | 0 | 0.23 | 0.53 | 0.36 | 34.48 | 0.36 | 0.47 |
| Hex | A3 | 7E | 4C | 0 | 17 | 35 | 24 | 22 | 24 | 2F |
| Octal | 243 | 176 | 114 | 0 | 27 | 65 | 44 | 42 | 44 | 57 |
| Binary | 10100011 | 1111110 | 1001100 | 0 | 10111 | 110101 | 100100 | 100010 | 100100 | 101111 |
Color Harmonies of #A37E4C
Complementary color
Monochromatic Colors of #A37E4C
Black with #A37E4C
Text Example
Text Example
White with #A37E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37E4C; }
p { color: rgb(163,126,76); }
H1.HeaderClassName
{
color: #A37E4C;
}
.AnyTagClassName
{
color: #A37E4C;
}
</style>
background-color css
<style>
a { background-color: #A37E4C; }
a { background-color: rgb(163,126,76); }
div.DivClassName
{
background-color: #A37E4C;
}
.BgClassName
{
background-color: #A37E4C;
}
</style>
border-color css
<style>
span { border-color: #A37E4C; }
span { border-color: rgb(163,126,76); }
td.TdClassName
{
border-color: #A37E4C;
}
.TagClassName
{
border-color: #A37E4C;
}
</style>