Shades of Muesli #A1814F
Tints of Muesli #A1814F
RGB
CMYK
RGB Variations
Color information
#A1814F (or 0xA1814F) is known color: Muesli. HEX triplet: A1, 81 and 4F. RGB value is (161,129,79). Sum of RGB (Red+Green+Blue) = 161+129+79=369 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.63% from 369); Green value is 129 (50.78% from 255 or 34.96% from 369); Blue value is 79 (31.25% from 255 or 21.41% from 369); Max value from RGB is 161 - color contains mainly: red. Hex color #A1814F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1814F is #5E7EB0. Grayscale: #858585. Windows color (decimal): -6192817 or 5210529. OLE color: 5210529.
HSL color Cylindrical-coordinate representation of color #A1814F: hue angle of 36.59º 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 #A1814F is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 129 | 79 | - |
| CMYK | 0 | 0.20 | 0.51 | 0.37 |
| HSL | 36.59º | 0.34% | 0.47% | - |
| HSV(B) | 36.59º | 0.51% | 0.63% | - |
| XYZ | 23.96 | 23.84 | 10.74 | - |
| YUV | 132.87 | 97.6 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 129 | 79 | 0 | 0.20 | 0.51 | 0.37 | 36.59 | 0.34 | 0.47 |
| Hex | A1 | 81 | 4F | 0 | 14 | 33 | 25 | 25 | 22 | 2F |
| Octal | 241 | 201 | 117 | 0 | 24 | 63 | 45 | 45 | 42 | 57 |
| Binary | 10100001 | 10000001 | 1001111 | 0 | 10100 | 110011 | 100101 | 100101 | 100010 | 101111 |
Color Harmonies of #A1814F
Complementary color
Monochromatic Colors of #A1814F
Black with #A1814F
Text Example
Text Example
White with #A1814F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1814F; }
p { color: rgb(161,129,79); }
H1.HeaderClassName
{
color: #A1814F;
}
.AnyTagClassName
{
color: #A1814F;
}
</style>
background-color css
<style>
a { background-color: #A1814F; }
a { background-color: rgb(161,129,79); }
div.DivClassName
{
background-color: #A1814F;
}
.BgClassName
{
background-color: #A1814F;
}
</style>
border-color css
<style>
span { border-color: #A1814F; }
span { border-color: rgb(161,129,79); }
td.TdClassName
{
border-color: #A1814F;
}
.TagClassName
{
border-color: #A1814F;
}
</style>