#A17F59

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

Shades of Muesli #A17F59

Tints of Muesli #A17F59

Color information

#A17F59 (or 0xA17F59) is unknown color: approx Muesli. HEX triplet: A1, 7F and 59. RGB value is (161,127,89). Sum of RGB (Red+Green+Blue) = 161+127+89=377 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.71% from 377); Green value is 127 (50% from 255 or 33.69% from 377); Blue value is 89 (35.16% from 255 or 23.61% from 377); Max value from RGB is 161 - color contains mainly: red. Hex color #A17F59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17F59 is #5E80A6. Grayscale: #858585. Windows color (decimal): -6193319 or 5865377. OLE color: 5865377.

HSL color Cylindrical-coordinate representation of color #A17F59: hue angle of 31.67º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A17F59 is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.37.

Color convert

RGB16112789-
CMYK00.210.450.37
HSL31.67º28.8%49.02%-
HSV(B)31.67º44.72%63.14%-
XYZ24.0923.4812.71-
YUV132.83103.26148.09-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.71%
GREEN value IS 127 (50% from 255) = 33.69%
BLUE value IS 89 (35.16% from 255) = 23.61%
R=42.71%
G=33.69%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.45
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611278900.210.450.3731.6728.849.02
HexA17F590152D25201d31
Octal2411771310255545403561
Binary101000011111111101100101010110110110010110000011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17F59; }

 p { color: rgb(161,127,89); }

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

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

 a { background-color: rgb(161,127,89); }

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

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

 span { border-color: rgb(161,127,89); }

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