#A27F56

Color #A27F56 Muesli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Muesli #A27F56

Tints of Muesli #A27F56

Color information

#A27F56 (or 0xA27F56) is unknown color: approx Muesli. HEX triplet: A2, 7F and 56. RGB value is (162,127,86). Sum of RGB (Red+Green+Blue) = 162+127+86=375 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.2% from 375); Green value is 127 (50% from 255 or 33.87% from 375); Blue value is 86 (33.98% from 255 or 22.93% from 375); Max value from RGB is 162 - color contains mainly: red. Hex color #A27F56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27F56 is #5D80A9. Grayscale: #848484. Windows color (decimal): -6127786 or 5668770. OLE color: 5668770.

HSL color Cylindrical-coordinate representation of color #A27F56: hue angle of 32.37º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A27F56 is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.36.

Color convert

RGB16212786-
CMYK00.220.470.36
HSL32.37º30.65%48.63%-
HSV(B)32.37º46.91%63.53%-
XYZ24.1723.5312.07-
YUV132.79101.6148.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 162 (63.67% from 255) = 43.2%
GREEN value IS 127 (50% from 255) = 33.87%
BLUE value IS 86 (33.98% from 255) = 22.93%
R=43.2%
G=33.87%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621278600.220.470.3632.3730.6548.63
HexA27F560162F24201f31
Octal2421771260265744403761
Binary101000101111111101011001011010111110010010000011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27F56; }

 p { color: rgb(162,127,86); }

 H1.HeaderClassName
 {
   color: #A27F56;
 }
 .AnyTagClassName
 {
   color: #A27F56;
 }
</style>
background-color css

<style>
 a { background-color: #A27F56; }

 a { background-color: rgb(162,127,86); }

 div.DivClassName
 {
   background-color: #A27F56;
 }
 .BgClassName
 {
   background-color: #A27F56;
 }
</style>
border-color css

<style>
 span { border-color: #A27F56; }

 span { border-color: rgb(162,127,86); }

 td.TdClassName
 {
   border-color: #A27F56;
 }
 .TagClassName
 {
   border-color: #A27F56;
 }
</style>