Shades of Muesli #A2814E
Tints of Muesli #A2814E
RGB
CMYK
RGB Variations
Color information
#A2814E (or 0xA2814E) is known color: Muesli. HEX triplet: A2, 81 and 4E. RGB value is (162,129,78). Sum of RGB (Red+Green+Blue) = 162+129+78=369 (48% of max value = 765). Red value is 162 (63.67% from 255 or 43.90% from 369); Green value is 129 (50.78% from 255 or 34.96% from 369); Blue value is 78 (30.86% from 255 or 21.14% from 369); Max value from RGB is 162 - color contains mainly: red. Hex color #A2814E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2814E is #5D7EB1. Grayscale: #858585. Windows color (decimal): -6127282 or 5144994. OLE color: 5144994.
HSL color Cylindrical-coordinate representation of color #A2814E: hue angle of 36.43º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A2814E is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 129 | 78 | - |
| CMYK | 0 | 0.20 | 0.52 | 0.36 |
| HSL | 36.43º | 0.35% | 0.47% | - |
| HSV(B) | 36.43º | 0.52% | 0.64% | - |
| XYZ | 24.13 | 23.93 | 10.56 | - |
| YUV | 133.05 | 96.93 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 129 | 78 | 0 | 0.20 | 0.52 | 0.36 | 36.43 | 0.35 | 0.47 |
| Hex | A2 | 81 | 4E | 0 | 14 | 34 | 24 | 24 | 23 | 2F |
| Octal | 242 | 201 | 116 | 0 | 24 | 64 | 44 | 44 | 43 | 57 |
| Binary | 10100010 | 10000001 | 1001110 | 0 | 10100 | 110100 | 100100 | 100100 | 100011 | 101111 |
Color Harmonies of #A2814E
Complementary color
Monochromatic Colors of #A2814E
Black with #A2814E
Text Example
Text Example
White with #A2814E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2814E; }
p { color: rgb(162,129,78); }
H1.HeaderClassName
{
color: #A2814E;
}
.AnyTagClassName
{
color: #A2814E;
}
</style>
background-color css
<style>
a { background-color: #A2814E; }
a { background-color: rgb(162,129,78); }
div.DivClassName
{
background-color: #A2814E;
}
.BgClassName
{
background-color: #A2814E;
}
</style>
border-color css
<style>
span { border-color: #A2814E; }
span { border-color: rgb(162,129,78); }
td.TdClassName
{
border-color: #A2814E;
}
.TagClassName
{
border-color: #A2814E;
}
</style>