Shades of Muesli #A17A4A
Tints of Muesli #A17A4A
RGB
CMYK
RGB Variations
Color information
#A17A4A (or 0xA17A4A) is known color: Muesli. HEX triplet: A1, 7A and 4A. RGB value is (161,122,74). Sum of RGB (Red+Green+Blue) = 161+122+74=357 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.10% from 357); Green value is 122 (48.05% from 255 or 34.17% from 357); Blue value is 74 (29.30% from 255 or 20.73% from 357); Max value from RGB is 161 - color contains mainly: red. Hex color #A17A4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17A4A is #5E85B5. Grayscale: #808080. Windows color (decimal): -6194614 or 4881057. OLE color: 4881057.
HSL color Cylindrical-coordinate representation of color #A17A4A: hue angle of 33.1º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A17A4A is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 122 | 74 | - |
| CMYK | 0 | 0.24 | 0.54 | 0.37 |
| HSL | 33.1º | 0.37% | 0.46% | - |
| HSV(B) | 33.1º | 0.54% | 0.63% | - |
| XYZ | 22.89 | 21.99 | 9.52 | - |
| YUV | 128.19 | 97.42 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 122 | 74 | 0 | 0.24 | 0.54 | 0.37 | 33.1 | 0.37 | 0.46 |
| Hex | A1 | 7A | 4A | 0 | 18 | 36 | 25 | 21 | 25 | 2E |
| Octal | 241 | 172 | 112 | 0 | 30 | 66 | 45 | 41 | 45 | 56 |
| Binary | 10100001 | 1111010 | 1001010 | 0 | 11000 | 110110 | 100101 | 100001 | 100101 | 101110 |
Color Harmonies of #A17A4A
Complementary color
Monochromatic Colors of #A17A4A
Black with #A17A4A
Text Example
Text Example
White with #A17A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17A4A; }
p { color: rgb(161,122,74); }
H1.HeaderClassName
{
color: #A17A4A;
}
.AnyTagClassName
{
color: #A17A4A;
}
</style>
background-color css
<style>
a { background-color: #A17A4A; }
a { background-color: rgb(161,122,74); }
div.DivClassName
{
background-color: #A17A4A;
}
.BgClassName
{
background-color: #A17A4A;
}
</style>
border-color css
<style>
span { border-color: #A17A4A; }
span { border-color: rgb(161,122,74); }
td.TdClassName
{
border-color: #A17A4A;
}
.TagClassName
{
border-color: #A17A4A;
}
</style>