Shades of Muesli #A27B4B
Tints of Muesli #A27B4B
RGB
CMYK
RGB Variations
Color information
#A27B4B (or 0xA27B4B) is known color: Muesli. HEX triplet: A2, 7B and 4B. RGB value is (162,123,75). Sum of RGB (Red+Green+Blue) = 162+123+75=360 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45% from 360); Green value is 123 (48.44% from 255 or 34.17% from 360); Blue value is 75 (29.69% from 255 or 20.83% from 360); Max value from RGB is 162 - color contains mainly: red. Hex color #A27B4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27B4B is #5D84B4. Grayscale: #818181. Windows color (decimal): -6128821 or 4946850. OLE color: 4946850.
HSL color Cylindrical-coordinate representation of color #A27B4B: hue angle of 33.1º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A27B4B is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 123 | 75 | - |
| CMYK | 0 | 0.24 | 0.54 | 0.36 |
| HSL | 33.1º | 0.37% | 0.46% | - |
| HSV(B) | 33.1º | 0.54% | 0.64% | - |
| XYZ | 23.25 | 22.36 | 9.75 | - |
| YUV | 129.19 | 97.42 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 123 | 75 | 0 | 0.24 | 0.54 | 0.36 | 33.1 | 0.37 | 0.46 |
| Hex | A2 | 7B | 4B | 0 | 18 | 36 | 24 | 21 | 25 | 2E |
| Octal | 242 | 173 | 113 | 0 | 30 | 66 | 44 | 41 | 45 | 56 |
| Binary | 10100010 | 1111011 | 1001011 | 0 | 11000 | 110110 | 100100 | 100001 | 100101 | 101110 |
Color Harmonies of #A27B4B
Complementary color
Monochromatic Colors of #A27B4B
Black with #A27B4B
Text Example
Text Example
White with #A27B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27B4B; }
p { color: rgb(162,123,75); }
H1.HeaderClassName
{
color: #A27B4B;
}
.AnyTagClassName
{
color: #A27B4B;
}
</style>
background-color css
<style>
a { background-color: #A27B4B; }
a { background-color: rgb(162,123,75); }
div.DivClassName
{
background-color: #A27B4B;
}
.BgClassName
{
background-color: #A27B4B;
}
</style>
border-color css
<style>
span { border-color: #A27B4B; }
span { border-color: rgb(162,123,75); }
td.TdClassName
{
border-color: #A27B4B;
}
.TagClassName
{
border-color: #A27B4B;
}
</style>