Shades of Muesli #A27D4F
Tints of Muesli #A27D4F
RGB
CMYK
RGB Variations
Color information
#A27D4F (or 0xA27D4F) is known color: Muesli. HEX triplet: A2, 7D and 4F. RGB value is (162,125,79). Sum of RGB (Red+Green+Blue) = 162+125+79=366 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.26% from 366); Green value is 125 (49.22% from 255 or 34.15% from 366); Blue value is 79 (31.25% from 255 or 21.58% from 366); Max value from RGB is 162 - color contains mainly: red. Hex color #A27D4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27D4F is #5D82B0. Grayscale: #838383. Windows color (decimal): -6128305 or 5209506. OLE color: 5209506.
HSL color Cylindrical-coordinate representation of color #A27D4F: hue angle of 33.25º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A27D4F is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 125 | 79 | - |
| CMYK | 0 | 0.23 | 0.51 | 0.36 |
| HSL | 33.25º | 0.34% | 0.47% | - |
| HSV(B) | 33.25º | 0.51% | 0.64% | - |
| XYZ | 23.65 | 22.91 | 10.57 | - |
| YUV | 130.82 | 98.76 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 125 | 79 | 0 | 0.23 | 0.51 | 0.36 | 33.25 | 0.34 | 0.47 |
| Hex | A2 | 7D | 4F | 0 | 17 | 33 | 24 | 21 | 22 | 2F |
| Octal | 242 | 175 | 117 | 0 | 27 | 63 | 44 | 41 | 42 | 57 |
| Binary | 10100010 | 1111101 | 1001111 | 0 | 10111 | 110011 | 100100 | 100001 | 100010 | 101111 |
Color Harmonies of #A27D4F
Complementary color
Monochromatic Colors of #A27D4F
Black with #A27D4F
Text Example
Text Example
White with #A27D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27D4F; }
p { color: rgb(162,125,79); }
H1.HeaderClassName
{
color: #A27D4F;
}
.AnyTagClassName
{
color: #A27D4F;
}
</style>
background-color css
<style>
a { background-color: #A27D4F; }
a { background-color: rgb(162,125,79); }
div.DivClassName
{
background-color: #A27D4F;
}
.BgClassName
{
background-color: #A27D4F;
}
</style>
border-color css
<style>
span { border-color: #A27D4F; }
span { border-color: rgb(162,125,79); }
td.TdClassName
{
border-color: #A27D4F;
}
.TagClassName
{
border-color: #A27D4F;
}
</style>