#A37F57

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

Shades of Muesli #A37F57

Tints of Muesli #A37F57

Color information

#A37F57 (or 0xA37F57) is unknown color: approx Muesli. HEX triplet: A3, 7F and 57. RGB value is (163,127,87). Sum of RGB (Red+Green+Blue) = 163+127+87=377 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.24% from 377); Green value is 127 (50% from 255 or 33.69% from 377); Blue value is 87 (34.38% from 255 or 23.08% from 377); Max value from RGB is 163 - color contains mainly: red. Hex color #A37F57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37F57 is #5C80A8. Grayscale: #858585. Windows color (decimal): -6062249 or 5734307. OLE color: 5734307.

HSL color Cylindrical-coordinate representation of color #A37F57: hue angle of 31.58º degrees, saturation: 0.3, 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 #A37F57 is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.36.

Color convert

RGB16312787-
CMYK00.220.470.36
HSL31.58º30.4%49.02%-
HSV(B)31.58º46.63%63.92%-
XYZ24.4123.6512.3-
YUV133.2101.93149.25-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.24%
GREEN value IS 127 (50% from 255) = 33.69%
BLUE value IS 87 (34.38% from 255) = 23.08%
R=43.24%
G=33.69%
B=23.08%

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
Decimal1631278700.220.470.3631.5830.449.02
HexA37F570162F24201e31
Octal2431771270265744403661
Binary101000111111111101011101011010111110010010000011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37F57; }

 p { color: rgb(163,127,87); }

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

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

 a { background-color: rgb(163,127,87); }

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

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

 span { border-color: rgb(163,127,87); }

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