#A47E57

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

Shades of Muesli #A47E57

Tints of Muesli #A47E57

Color information

#A47E57 (or 0xA47E57) is unknown color: approx Muesli. HEX triplet: A4, 7E and 57. RGB value is (164,126,87). Sum of RGB (Red+Green+Blue) = 164+126+87=377 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.50% from 377); Green value is 126 (49.61% from 255 or 33.42% from 377); Blue value is 87 (34.38% from 255 or 23.08% from 377); Max value from RGB is 164 - color contains mainly: red. Hex color #A47E57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47E57 is #5B81A8. Grayscale: #858585. Windows color (decimal): -5996969 or 5734052. OLE color: 5734052.

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

Color convert

RGB16412687-
CMYK00.230.470.36
HSL30.39º30.68%49.22%-
HSV(B)30.39º46.95%64.31%-
XYZ24.4923.512.26-
YUV132.92102.09150.17-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.50%
GREEN value IS 126 (49.61% from 255) = 33.42%
BLUE value IS 87 (34.38% from 255) = 23.08%
R=43.50%
G=33.42%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641268700.230.470.3630.3930.6849.22
HexA47E570172F241e1f31
Octal2441761270275744363761
Binary10100100111111010101110101111011111001001111011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47E57; }

 p { color: rgb(164,126,87); }

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

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

 a { background-color: rgb(164,126,87); }

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

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

 span { border-color: rgb(164,126,87); }

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