Shades of Muesli #A48153
Tints of Muesli #A48153
RGB
CMYK
RGB Variations
Color information
#A48153 (or 0xA48153) is known color: Muesli. HEX triplet: A4, 81 and 53. RGB value is (164,129,83). Sum of RGB (Red+Green+Blue) = 164+129+83=376 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.62% from 376); Green value is 129 (50.78% from 255 or 34.31% from 376); Blue value is 83 (32.81% from 255 or 22.07% from 376); Max value from RGB is 164 - color contains mainly: red. Hex color #A48153 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48153 is #5B7EAC. Grayscale: #868686. Windows color (decimal): -5996205 or 5472676. OLE color: 5472676.
HSL color Cylindrical-coordinate representation of color #A48153: hue angle of 34.07º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A48153 is Cyan = 0, Magento = 0.21, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 129 | 83 | - |
| CMYK | 0 | 0.21 | 0.49 | 0.36 |
| HSL | 34.07º | 0.33% | 0.48% | - |
| HSV(B) | 34.07º | 0.49% | 0.64% | - |
| XYZ | 24.72 | 24.22 | 11.56 | - |
| YUV | 134.22 | 99.1 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 129 | 83 | 0 | 0.21 | 0.49 | 0.36 | 34.07 | 0.33 | 0.48 |
| Hex | A4 | 81 | 53 | 0 | 15 | 31 | 24 | 22 | 21 | 30 |
| Octal | 244 | 201 | 123 | 0 | 25 | 61 | 44 | 42 | 41 | 60 |
| Binary | 10100100 | 10000001 | 1010011 | 0 | 10101 | 110001 | 100100 | 100010 | 100001 | 110000 |
Color Harmonies of #A48153
Complementary color
Monochromatic Colors of #A48153
Black with #A48153
Text Example
Text Example
White with #A48153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48153; }
p { color: rgb(164,129,83); }
H1.HeaderClassName
{
color: #A48153;
}
.AnyTagClassName
{
color: #A48153;
}
</style>
background-color css
<style>
a { background-color: #A48153; }
a { background-color: rgb(164,129,83); }
div.DivClassName
{
background-color: #A48153;
}
.BgClassName
{
background-color: #A48153;
}
</style>
border-color css
<style>
span { border-color: #A48153; }
span { border-color: rgb(164,129,83); }
td.TdClassName
{
border-color: #A48153;
}
.TagClassName
{
border-color: #A48153;
}
</style>