Shades of Muesli #A07E4F
Tints of Muesli #A07E4F
RGB
CMYK
RGB Variations
Color information
#A07E4F (or 0xA07E4F) is known color: Muesli. HEX triplet: A0, 7E and 4F. RGB value is (160,126,79). Sum of RGB (Red+Green+Blue) = 160+126+79=365 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.84% from 365); Green value is 126 (49.61% from 255 or 34.52% from 365); Blue value is 79 (31.25% from 255 or 21.64% from 365); Max value from RGB is 160 - color contains mainly: red. Hex color #A07E4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07E4F is #5F81B0. Grayscale: #838383. Windows color (decimal): -6259121 or 5209760. OLE color: 5209760.
HSL color Cylindrical-coordinate representation of color #A07E4F: hue angle of 34.81º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A07E4F is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 126 | 79 | - |
| CMYK | 0 | 0.21 | 0.51 | 0.37 |
| HSL | 34.81º | 0.34% | 0.47% | - |
| HSV(B) | 34.81º | 0.51% | 0.63% | - |
| XYZ | 23.37 | 22.96 | 10.6 | - |
| YUV | 130.81 | 98.76 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 126 | 79 | 0 | 0.21 | 0.51 | 0.37 | 34.81 | 0.34 | 0.47 |
| Hex | A0 | 7E | 4F | 0 | 15 | 33 | 25 | 23 | 22 | 2F |
| Octal | 240 | 176 | 117 | 0 | 25 | 63 | 45 | 43 | 42 | 57 |
| Binary | 10100000 | 1111110 | 1001111 | 0 | 10101 | 110011 | 100101 | 100011 | 100010 | 101111 |
Color Harmonies of #A07E4F
Complementary color
Monochromatic Colors of #A07E4F
Black with #A07E4F
Text Example
Text Example
White with #A07E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07E4F; }
p { color: rgb(160,126,79); }
H1.HeaderClassName
{
color: #A07E4F;
}
.AnyTagClassName
{
color: #A07E4F;
}
</style>
background-color css
<style>
a { background-color: #A07E4F; }
a { background-color: rgb(160,126,79); }
div.DivClassName
{
background-color: #A07E4F;
}
.BgClassName
{
background-color: #A07E4F;
}
</style>
border-color css
<style>
span { border-color: #A07E4F; }
span { border-color: rgb(160,126,79); }
td.TdClassName
{
border-color: #A07E4F;
}
.TagClassName
{
border-color: #A07E4F;
}
</style>