Shades of Muesli #A07B4C
Tints of Muesli #A07B4C
RGB
CMYK
RGB Variations
Color information
#A07B4C (or 0xA07B4C) is known color: Muesli. HEX triplet: A0, 7B and 4C. RGB value is (160,123,76). Sum of RGB (Red+Green+Blue) = 160+123+76=359 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.57% from 359); Green value is 123 (48.44% from 255 or 34.26% from 359); Blue value is 76 (30.08% from 255 or 21.17% from 359); Max value from RGB is 160 - color contains mainly: red. Hex color #A07B4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07B4C is #5F84B3. Grayscale: #808080. Windows color (decimal): -6259892 or 5012384. OLE color: 5012384.
HSL color Cylindrical-coordinate representation of color #A07B4C: hue angle of 33.57º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A07B4C is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 123 | 76 | - |
| CMYK | 0 | 0.23 | 0.52 | 0.37 |
| HSL | 33.57º | 0.36% | 0.46% | - |
| HSV(B) | 33.57º | 0.53% | 0.63% | - |
| XYZ | 22.88 | 22.16 | 9.91 | - |
| YUV | 128.71 | 98.26 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 123 | 76 | 0 | 0.23 | 0.52 | 0.37 | 33.57 | 0.36 | 0.46 |
| Hex | A0 | 7B | 4C | 0 | 17 | 34 | 25 | 22 | 24 | 2E |
| Octal | 240 | 173 | 114 | 0 | 27 | 64 | 45 | 42 | 44 | 56 |
| Binary | 10100000 | 1111011 | 1001100 | 0 | 10111 | 110100 | 100101 | 100010 | 100100 | 101110 |
Color Harmonies of #A07B4C
Complementary color
Monochromatic Colors of #A07B4C
Black with #A07B4C
Text Example
Text Example
White with #A07B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07B4C; }
p { color: rgb(160,123,76); }
H1.HeaderClassName
{
color: #A07B4C;
}
.AnyTagClassName
{
color: #A07B4C;
}
</style>
background-color css
<style>
a { background-color: #A07B4C; }
a { background-color: rgb(160,123,76); }
div.DivClassName
{
background-color: #A07B4C;
}
.BgClassName
{
background-color: #A07B4C;
}
</style>
border-color css
<style>
span { border-color: #A07B4C; }
span { border-color: rgb(160,123,76); }
td.TdClassName
{
border-color: #A07B4C;
}
.TagClassName
{
border-color: #A07B4C;
}
</style>