Shades of Muesli #A27E4C
Tints of Muesli #A27E4C
RGB
CMYK
RGB Variations
Color information
#A27E4C (or 0xA27E4C) is known color: Muesli. HEX triplet: A2, 7E and 4C. RGB value is (162,126,76). Sum of RGB (Red+Green+Blue) = 162+126+76=364 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.51% from 364); Green value is 126 (49.61% from 255 or 34.62% from 364); Blue value is 76 (30.08% from 255 or 20.88% from 364); Max value from RGB is 162 - color contains mainly: red. Hex color #A27E4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27E4C is #5D81B3. Grayscale: #838383. Windows color (decimal): -6128052 or 5013154. OLE color: 5013154.
HSL color Cylindrical-coordinate representation of color #A27E4C: hue angle of 34.88º 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 #A27E4C is Cyan = 0, Magento = 0.22, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 126 | 76 | - |
| CMYK | 0 | 0.22 | 0.53 | 0.36 |
| HSL | 34.88º | 0.36% | 0.47% | - |
| HSV(B) | 34.88º | 0.53% | 0.64% | - |
| XYZ | 23.67 | 23.12 | 10.05 | - |
| YUV | 131.06 | 96.93 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 126 | 76 | 0 | 0.22 | 0.53 | 0.36 | 34.88 | 0.36 | 0.47 |
| Hex | A2 | 7E | 4C | 0 | 16 | 35 | 24 | 23 | 24 | 2F |
| Octal | 242 | 176 | 114 | 0 | 26 | 65 | 44 | 43 | 44 | 57 |
| Binary | 10100010 | 1111110 | 1001100 | 0 | 10110 | 110101 | 100100 | 100011 | 100100 | 101111 |
Color Harmonies of #A27E4C
Complementary color
Monochromatic Colors of #A27E4C
Black with #A27E4C
Text Example
Text Example
White with #A27E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27E4C; }
p { color: rgb(162,126,76); }
H1.HeaderClassName
{
color: #A27E4C;
}
.AnyTagClassName
{
color: #A27E4C;
}
</style>
background-color css
<style>
a { background-color: #A27E4C; }
a { background-color: rgb(162,126,76); }
div.DivClassName
{
background-color: #A27E4C;
}
.BgClassName
{
background-color: #A27E4C;
}
</style>
border-color css
<style>
span { border-color: #A27E4C; }
span { border-color: rgb(162,126,76); }
td.TdClassName
{
border-color: #A27E4C;
}
.TagClassName
{
border-color: #A27E4C;
}
</style>