Shades of Muesli #A4784E
Tints of Muesli #A4784E
RGB
CMYK
RGB Variations
Color information
#A4784E (or 0xA4784E) is known color: Muesli. HEX triplet: A4, 78 and 4E. RGB value is (164,120,78). Sum of RGB (Red+Green+Blue) = 164+120+78=362 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.30% from 362); Green value is 120 (47.27% from 255 or 33.15% from 362); Blue value is 78 (30.86% from 255 or 21.55% from 362); Max value from RGB is 164 - color contains mainly: red. Hex color #A4784E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4784E is #5B87B1. Grayscale: #808080. Windows color (decimal): -5998514 or 5142692. OLE color: 5142692.
HSL color Cylindrical-coordinate representation of color #A4784E: hue angle of 29.3º degrees, saturation: 0.36, 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 #A4784E is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 120 | 78 | - |
| CMYK | 0 | 0.27 | 0.52 | 0.36 |
| HSL | 29.3º | 0.36% | 0.47% | - |
| HSV(B) | 29.3º | 0.52% | 0.64% | - |
| XYZ | 23.4 | 21.88 | 10.2 | - |
| YUV | 128.37 | 99.58 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 120 | 78 | 0 | 0.27 | 0.52 | 0.36 | 29.3 | 0.36 | 0.47 |
| Hex | A4 | 78 | 4E | 0 | 1B | 34 | 24 | 1D | 24 | 2F |
| Octal | 244 | 170 | 116 | 0 | 33 | 64 | 44 | 35 | 44 | 57 |
| Binary | 10100100 | 1111000 | 1001110 | 0 | 11011 | 110100 | 100100 | 11101 | 100100 | 101111 |
Color Harmonies of #A4784E
Complementary color
Monochromatic Colors of #A4784E
Black with #A4784E
Text Example
Text Example
White with #A4784E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4784E; }
p { color: rgb(164,120,78); }
H1.HeaderClassName
{
color: #A4784E;
}
.AnyTagClassName
{
color: #A4784E;
}
</style>
background-color css
<style>
a { background-color: #A4784E; }
a { background-color: rgb(164,120,78); }
div.DivClassName
{
background-color: #A4784E;
}
.BgClassName
{
background-color: #A4784E;
}
</style>
border-color css
<style>
span { border-color: #A4784E; }
span { border-color: rgb(164,120,78); }
td.TdClassName
{
border-color: #A4784E;
}
.TagClassName
{
border-color: #A4784E;
}
</style>